ImQueryIMEInfo
ImQueryIMEInfo
Applications can get information about a IME.
APIRET APIENTRY ImQueryIMEInfo(ULONG ImeId,
PIMEINFOHEADER pImeInfoHeader,
PULONG pulBufLen)
Parameters:
ImeId(input)
pImeInfoHeader(output)
- a buffer to be copied IME information into
pulBufLen(input/output)
- (input)size, in bytes, of the buffer for the IME
information
(output) actual size of data copied to the buffer.
Or when 0 is input in ulBufLen, this receive size of the full information.
Return:
Zero is successful. Others are errors.
Remarks:
See IMEINFOHEADER.
[Back: ImQueryIMEID]
[Next: ImQueryIMEList]