ImmSimulateHotKey (Compact 2013)

3/28/2014

This function is not supported.

Syntax

BOOL ImmSimulateHotKey(
  HWND hWnd,
  DWORD dwHotKeyID
);

Parameters

  • hWnd
    [in] Handle to the window.
  • dwHotKeyID
    [in] Identifier of the IME hot key.

Return Value

Nonzero indicates success. Zero indicates failure.

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions