windows::Wdk::Storage::FileSystem

Function ZwAccessCheckAndAuditAlarm

pub unsafe fn ZwAccessCheckAndAuditAlarm(
    subsystemname: *const UNICODE_STRING,
    handleid: Option<*const c_void>,
    objecttypename: *const UNICODE_STRING,
    objectname: *const UNICODE_STRING,
    securitydescriptor: PSECURITY_DESCRIPTOR,
    desiredaccess: u32,
    genericmapping: *const GENERIC_MAPPING,
    objectcreation: bool,
    grantedaccess: *mut u32,
    accessstatus: *mut i32,
    generateonclose: *mut bool,
) -> NTSTATUS