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