ImQueryRegisterWordType
ImQueryRegisterWordType
Applications can get a type of a register word supported by IME.
APIRET APIENTRY ImQueryRegisterWordType(HIMI hIMI, PULONG pulCount,
PWORDTYPE pWordType)
Parameters:
hIMI(input)
- a handle of a IM Instance
pulCount(input/output)
- (input)max number of WORDTYPE to receive (output)
actual number of WORDTYPE copied to the buffer. Or when 0 is input in pulCount,
this receives number of all available WORDTYPEs.
pWordType(output)
- a buffer to retrieve the WORDTYPEs
Return:
Zero is successful. Others are errors.
Remarks: See WORDTYPE
[Back: ImQueryMsgQueueProperty]
[Next: ImQueryStatusWindowPos]