Function winapi::um::winuser::RegisterHotKey

source ·
pub unsafe extern "system" fn RegisterHotKey(
    hwnd: HWND,
    id: c_int,
    fsModifiers: UINT,
    vk: UINT
) -> BOOL