Value |
Meaning |
GL_ID_UNKNOWN |
Unknown Error. The application should refer to Error String. |
GL_ID_NOMODULE |
IME cannot find a needed module. |
GL_ID_NODICTIONARY |
IME cannot find or recognize the dictionary. |
GL_ID_CANNOTSAVE |
Dictionary or the statistic data cannot be saved. |
GL_ID_NOCONVERT |
IME cannot convert any more. |
GL_ID_TYPINGERROR |
Typing error. IME cannot handle this typing. |
GL_ID_TOOMANYSTROKE |
There are two many strokes for one character or one clause. |
GL_ID_READINGCONFLICT |
For example, some vowels cannot be put together. |
GL_ID_INPUTREADING |
IME prompts the user - now it is in inputting reading character state. |
GL_ID_INPUTRADICAL |
IME prompts the user. It is now inputting the radical character state. |
GL_ID_INPUTCODE |
IME prompts the user. It is now inputting the character code state. |
GL_ID_CHOOSECANIDATE |
IME prompts the user. It is now choosing the candidate string state. |
GL_ID_REVERSECONVERSION |
IME prompts the user - the information of reverse conversion. The information of reverse conversion can be retrieved by ImmGetGuideLine(hIMC, GGL_PRIVATE. lpBuf, dwBufLen).The information filled in lpBuf is in CANDIDATELIST format. |
GL_ID_PRIVATE_FIRST |
The identifier which is between GL_ID_PRIVATE_FIRST and GL_ID_PRIVATE_LAST is reserved for the IME. IME can freely use these identifiers for its own GUIDELINE. |
GL_ID_PRIVATE_LAST |
The identifier which is between GL_ID_PRIVATE_FIRST and GL_ID_PRIVATE_LAST is reserved for the IME. IME can freely use these identifiers for its own GUIDELINE. |