複製鏈接
請複製以下鏈接發送給好友

UnregisterHotKey

鎖定
釋放先前由調用線程註冊的熱鍵。
外文名
UnregisterHotKey
函數功能
釋放調用線程先前登記的熱鍵
函數原型
BOOL UnregisterHotKey
類    別
計算機函數

目錄

UnregisterHotKey參數

UnregisterHotKeyhWnd

與被釋放的熱鍵相關的窗口句柄。若熱鍵不與窗口相關,則該參數為NULL。

UnregisterHotKeyid

定義被釋放的熱鍵的標識符。

UnregisterHotKey返回值

函數調用成功,返回值不為0。若函數調用失敗,返回值為0。若要獲得更多的錯誤信息,可以調用GetLastError函數

UnregisterHotKey其他信息

速查:Windows NT: 3.1及以上版本;Windows:95及以上版本;Windows CE:支持;頭文件:Winuser.h;庫文件:user32.lib。