ImeQueryRegisterWordType
This entry is called to get the word type information of IME.
Format:
APIRET APIENTRY ImeQueryRegisterWordType(
HIMI hImi,
PWORDTYPE paWordType,
PULONG pulCount )
Parameters:
hImi(input) : IMInstance handle.
paWordType(input) : Address of array of WordType structures
pulCount(input/output) :
On input, max count of types that the paWordType buffer can
hold is required. On output, total counts of styles which
are copied to paWordType, or if the count is zero on input,
total counts of styles which are available is returned.
Returns:
Success indicator
0 : Successful completion
other : Error occurred
ERROR_NOT_SUPPORTED : This function is not supported.