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
S_OK
The count was successfully returned.
E_NOTOPEN
The word wheel has not been opened.
E_POINTER
The pcEntries parameter was an invalid pointer.

Requirements

Requirement Value
Target Platform Windows
Header infotech.h

See also

IITWordWheel