IFEDictionary::NextWords (Windows CE 5.0)
This method obtains more word entries from a previous call to the GetWords method.
HRESULT IFEDictionary::NextWords(UCHAR* pchBuffer,ULONG cbBuffer,ULONG* pcWrd);
Parameters
- pchBuffer
[in, out] Pointer to the buffer that receives the IMEWRD structures. - cbBuffer
[in] Size of pchBuffer. - pcWrd
[out] Pointer to the ULONG variable that receives the number of IMEWRD structures returned in buffer.
Return Values
The following table shows the Return Values for this method.
Return value | Description |
---|---|
S_OK | Word entries successfully obtained. |
IFED_S_MORE_ENTRIES | Client must call the NextWords method to obtain further IMEWRD structures. |
E_FAIL | An unexpected error has occurred. |
Remarks
This method attempts to return all words registered in the user dictionary.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Uuid.lib.
See Also
Send Feedback on this topic to the authors