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
- [in] 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).
See Also