IITWordWheel::Count method (infotech.h)
Returns the number of entries in a word wheel.
Syntax
HRESULT Count(
[in] LONG *pcEntries
);
Parameters
[in] pcEntries
Number of entries in word wheel.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The count was successfully returned. |
|
The word wheel has not been opened. |
|
The pcEntries parameter was an invalid pointer. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | infotech.h |