ImQueryIMEList
Applications can get a list of IME with this function. The list is an array of ULONG value of IME ID. ImQueryIMEList copy the IME List into a buffer which the applications prepared. If applications would like to know the number of IME, call this function with 0 of pulCount.
Format:
APIRET APIENTRY ImQueryIMEList(ULONG ulCodepage, PULONG aImeId, PULONG pulCount)
Parameters:
ulCodepage(input)
Zero is successful. Others are errors.