ImQueryIMEID
ImQueryIMEID
Applications can get IME ID of specified IME.
APIRET APIENTRY ImQueryIMEID(PSZ pszIMEName, PULONG pImeId)
Parameters:
pszIMEName(input)
- IMEName. This is a DLL file
name of the IME without extension, and this is registerd to the system by
IME Installer. An application which uses this function has t know the IMEName.
Otherwise, applications can get all of IME ID by calling ImQueryIMEList.
pImeId(output)
- a pointer
to receive IME ID.
Return:
Zero is successful. Others are errors.
[Back: ImQueryDefaultIMWindow]
[Next: ImQueryIMEInfo]