IFEDictionary::NextWords (Windows Embedded CE 6.0)
1/6/2010
This method obtains more word entries from a previous call to the GetWords method.
Syntax
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 Value
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
Header | msime.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |