IActiveIMMApp::EnumRegist...     IActiveIMMApp::EscapeW Me...     IActiveIMMApp Interface    
Web Workshop (Miscellaneous)

IActiveIMMApp::EscapeA Method


Executes IME-specific subfunctions and is used mainly for country-specific functions. ANSI implementation.

Syntax

HRESULT EscapeA(
    HKL hKL,
    HIMC hIMC,
    UINT uEscape,
    LPVOID pData,
    LRESULT *plResult
);

Parameters

hKL
[in] Handle to the keyboard layout.
hIMC
[in] Handle to the input context.
uEscape
Unsigned integer that contains the index of the subfunction.
pData
[in, out] Address of a buffer containing subfunction-specific data.
plResult
[out] Address of the LRESULT variable that received the escape-specific value returned by the operation.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

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



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.