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:

Value Meaning
ITWW_OPEN_CONNECT
Note  If the word wheel resides on a remote computer, connect to the computer during this call to retrieve initialization data. Otherwise the connection is delayed until the first API call that requires this data.
 

Return value

This method can return one of these values.

Return code Description
S_OK
The word wheel was successfully opened.
E_ALREADYOPEN
Word wheel is already open.
E_INVALIDARG
The IITDatabase* interface or lpszMoniker parameter was NULL.
STG_E*

IStorage interface errors that can occur as storage is opened.

Requirements

Requirement Value
Target Platform Windows
Header infotech.h

See also

IITWordWheel