ImeInquire

BOOL ImeInquire(LPIMEINFO lpIMEInfo, LPTSTR lpszWndClass, 
    LPCTSTR lpszData)
 

Handles initialization of the IME. It also returns an IMEINFO structure and the UI class name of the IME.

If successful, the return value is TRUE. Otherwise, it is FALSE

lpIMEInfo
Address of an IMEINFO structure.
lpszWndClass
Address of a buffer that receives the class name from the IME. This class name is the IME's UI class.
lpszData
Not used; must be NULL.