Function std::sys::windows::c::NtCreateKeyedEvent::call

source ·
pub unsafe fn call(
    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)