IActiveIMMIME::AssociateC...     IActiveIMMIME::ConfigureI...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::ConfigureIMEA Method


Displays the configuration dialog box for the IME. ANSI implementation.

Syntax

HRESULT ConfigureIMEA(
    HKL hKL,
    HWND hWnd,
    DWORD dwMode,
    REGISTERWORDA *pData
);

Parameters

hKL
[in] Handle to the keyboard layout.
hWnd
[in] Handle to the parent window for the dialog box.
dwMode
[in] Unsigned long integer value that contains the type of dialog box to display. This can be one of the following values:
IME_CONFIG_GENERAL
Displays the general purpose configuration dialog box.
IME_CONFIG_REGISTERWORD
Displays the register word dialog box.
IME_CONFIG_SELECTDICTIONARY
Displays the dictionary selection dialog box.
pData
[in] Address of a REGISTERWORDA structure. This structure will be used if dwMode is set to IME_CONFIG_REGISTERWORD. Otherwise this parameter is ignored.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method maps to the ImmConfigureIME function documented in the Microsoft® Platform Software Development Kit (SDK). Non-MSDN link

See Also

ConfigureIMEW



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.