Function std::sys::windows::c::NtCreateKeyedEvent::load

source ·
unsafe extern "system" fn load(
    KeyedEventHandle: *mut *mut c_void,
    DesiredAccess: c_ulong,
    ObjectAttributes: *mut c_void,
    Flags: c_ulong
) -> i32
🔬This is a nightly-only experimental API. (windows_c)