ホットキーの登録を削除する
Declare Function UnregisterHotKey lib "user32.dll" _
(ByVal hWnd As Long, ByVal id As Long) As Long
Declare Function UnregisterHotKey lib "user32.dll" _
(ByVal hWnd As Integer, ByVal id As Integer) As Integer
BOOL UnregisterHotKey(
HWND hWnd,
int id
);
引数
hWnd
ホットキーと関連付けられてたウィンドウのハンドルid
ホットキーのID戻り値
正常終了のとき 0以外
エラーのとき 0