ImmSetStatusWindowPos

機能
IMEステータスウィンドウの位置を設定する
Delcare Function ImmSetStatusWindowPos Lib "Imm32.dll" _
(ByVal hIMC As Long, lpPoint As POINTAPI) As Long
Delcare Function ImmSetStatusWindowPos Lib "Imm32.dll" _
(ByVal hIMC As Integer, lpPoint As POINTAPI) As Integer

BOOL ImmSetStatusWindowPos(
HIMC hIMC,
LPPOINT lpptPos
);
引数
hIMC

入力コンテキストのハンドル(ImmGetContext()関数の戻り値)
lpPoint
位置情報を格納するPOINTAPI構造体
戻り値
正常終了のとき                       0以外
エラーのとき                         0