INNER CODE UNIT · Rust

register_native_global_hotkey_rejects_null_callback

AChep/keyguard-app · desktopLibNative/src/src/lib.rs:220

    fn register_native_global_hotkey_rejects_null_callback() {
        let result = registerNativeGlobalHotKey(49, 0, None);
        assert_eq!(REGISTER_STATUS_INTERNAL_ERROR, result);
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…