Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Looks up an entry and returns contents in a buffer.
Syntax
HRESULT Lookup(
[in] LPCVOID lpcvPrefix,
[out] BOOL fExactMatch,
[in] LONG *plEntry
);
Parameters
[in] lpcvPrefix
Entry to look up.
[out] fExactMatch
Whether an exact match is expected.
[in] plEntry
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 |