Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
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 contains 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 NT® 5.0 Device Driver Kit.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.