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.
Gets the next word entry from a dictionary.
This method is used only after GetWords to get additional words.
Syntax
HRESULT NextWords(
[in, out] UCHAR *pchBuffer,
[in] ULONG cbBuffer,
[out] ULONG *pcWrd
);
Parameters
[in, out] pchBuffer
Buffer provided by the caller to receive the data.
[in] cbBuffer
The size of pchBuffer.
[out] pcWrd
The number of IMEWRD structures returned in pchBuffer. If more entries are found than pchBuffer can store, IFED_S_MORE_ENTRIES will be returned.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
|
|
The client must call NextWords to get additional IMEWRD structures. |
|
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | msime.h |