IITWordWheel::Open method (infotech.h)
Opens a word wheel.
Syntax
HRESULT Open(
[in] IITDatabase *lpITDB,
[in] LPCWSTR lpszMoniker,
[in] DWORD dwFlags
);
Parameters
[in] lpITDB
Pointer to database object.
[in] lpszMoniker
Name of word wheel.
[in] dwFlags
One or more of the following values:
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The word wheel was successfully opened. |
|
Word wheel is already open. |
|
The IITDatabase* interface or lpszMoniker parameter was NULL. |
|
IStorage interface errors that can occur as storage is opened. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | infotech.h |