Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Preprocesses all the keystrokes given through the Active Input Method Manager.
Syntax
HRESULT ProcessKey( HIMC hIMC, UINT uVirKey, DWORD lParam, BYTE *pbKeyState );
Parameters
- hIMC
- [in] Handle to the input context.
- uVirKey
- [in] Unsigned integer that contains the virtual key to be processed.
- lParam
- [in] Unsigned long integer value that specifies additional message information.
- pbKeyState
- [in] Address of a 256-byte array that contains the current keyboard state. The Active Input Message Editor should not modify the content of the key state.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImeProcessKey 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.