IITWordWheel::Lookup(LONG,IITResultSet*,LONG) method (infotech.h)

Looks up an entry and returns contents in a buffer.

Syntax

HRESULT Lookup(
  LONG         lEntry,
  IITResultSet *lpITResult,
  LONG         cEntries
);

Parameters

lEntry

Entry to look up.

lpITResult

Interface via which to return entry.

cEntries

Number of entries returned.

Return value

This method can return one of these values.

Return code Description
S_OK
The word wheel entry was successfully returned.
E_OUTOFRANGE
Entry number is out of range.

Requirements

Requirement Value
Target Platform Windows
Header infotech.h

See also

IITWordWheel