IActiveIMMIME::IsUIMessag...     IActiveIMMIME::LockIMC Me...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::KeybdEvent Method


Synthesizes a keyboard event for the Active Input Method Manager service.

Syntax

HRESULT KeybdEvent(
    LANGID lgidIME,
    BYTE bVk,
    BYTE bScan,
    DWORD dwFlags,
    DWORD dwExtraInfo
);

Parameters

lgidIME
[in] LANGID associated with the Active IME.
bVk
[in] BYTE value that contains the virtual key code.
bScan
[in] BYTE value that contains the hardware scan code.
dwFlags
[in] Unsigned long integer value that specifies various function options.
dwExtraInfo
[in] Unsigned long integer value that contains additional data associated with the keystroke.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.