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 |
---|---|
|
The word wheel entry was successfully returned. |
|
Entry number is out of range. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | infotech.h |