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