ImmConfigureIME function
Displays the configuration dialog box for the IME of the specified input locale identifier.
Syntax
BOOL ImmConfigureIME( _In_ HKL hKL, _In_ HWND hWnd, _In_ DWORD dwMode, _In_ LPVOID lpData );
Parameters
- hKL [in]
-
Input locale identifier of an IME.
- hWnd [in]
-
Handle to the parent window for the dialog box.
- dwMode [in]
-
Flags specifying the type of dialog box to display. This parameter can have one of the following values.
- lpData [in]
-
Pointer to supplemental data. If dwMode is set to IME_CONFIG_REGISTERWORD, this parameter must indicate a REGISTERWORD structure. If dwMode is not IME_CONFIG_REGISTERWORD, this parameter is ignored.
Return value
Returns a nonzero value if successful, or 0 otherwise.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Version | East Asian language support installed. |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names | ImmConfigureIMEW (Unicode) and ImmConfigureIMEA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 11/21/2012