IFEDictionary::GetPosTable (Windows CE 5.0)
This method obtains the public part-of-speech table.
HRESULT IFEDictionary::GetPosTable(POSTBL** prgPosTbl,int* pcPosTbl);
Parameters
- prgPosTbl
[out] Address of the pointer to an array of POSTBL structures.** - pcPosTbl
[out] Pointer to an INT variable that receives the count of the part-of-speech tables in POSTBL. This parameter can be NULL.
Return Values
This method returns the pointer to the array of POSTBL structures that reside in the IME conversion kernel module. You do not need to free the buffer when you finish using the object.
The following table shows the Return Values for this method.
Return value | Description |
---|---|
S_OK | Part of speech table successfully obtained. |
E_FAIL | An unexpected error has occurred. |
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