RegisterHotKey

Function RegisterHotKey 

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