Handles the initialization of the Active IME.
Syntax
HRESULT Inquire( DWORD dwSystemInfoFlags, IMEINFO *pIMEInfo, LPWSTR szWndClass, DWORD *pdwPrivate );
Parameters
- dwSystemInfoFlags
- [in] Unsigned long integer value that specifies the system info flags.
- pIMEInfo
- [out] Address of the IMEINFO structure that receives information about the Active IME.
- szWndClass
- [out] Address of a string value that receives the window class name.
- pdwPrivate
- [out] Reserved. Must be set to NULL.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImeInquire function documented in the Microsoft® Windows® 2000 Driver Development Kit.