IITWordWheel::Lookup(LONG,LPVOID,DWORD) method (infotech.h)

Looks up an entry and returns contents in a buffer.

Syntax

HRESULT Lookup(
  LONG   lEntry,
  LPVOID lpvKeyBuf,
  DWORD  cbKeyBuf
);

Parameters

lEntry

Entry to look up.

lpvKeyBuf

Buffer in which to return entry.

cbKeyBuf

Buffer size in number of bytes.

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