webview2_com::Windows::Win32::UI::KeyboardAndMouseInput

Function RegisterHotKey

Source
pub unsafe fn RegisterHotKey<'a>(
    hwnd: impl IntoParam<'a, HWND>,
    id: i32,
    fsmodifiers: HOT_KEY_MODIFIERS,
    vk: u32,
) -> BOOL