Allows an application to access capabilities of a particular Active Input Method Editor (IME) not directly available through other methods.
Syntax
HRESULT Escape( HIMC hIMC, UINT uEscape, void *pData, LRESULT *plResult );
Parameters
- hIMC
- [in] Handle to the input context.
- uEscape
- [in] Unsigned integer value that specifies the escape function to be performed.
- pData
- [in, out] Address of a buffer that contains the data required by the specified escape function.
- plResult
- [out] Address of a buffer that receives the result of the operation.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImeEscape function documented in the Microsoft® Windows® 2000 Driver Development Kit.