vc 如何注册系统热键

日期:2022-02-26 04:56:10 人气:1

vc 如何注册系统热键

函数原型如下
 BOOL RegisterHotKey(
HWND hWnd, // handle to window
int id,// hot key identifier
UINT fsModifiers,// key-modifier options
UINT vk // virtual-key co
    A+
热门评论