windows::Win32::Security

Function AccessCheckAndAuditAlarmW

pub unsafe fn AccessCheckAndAuditAlarmW<P0, P2, P3>(
    subsystemname: P0,
    handleid: Option<*const c_void>,
    objecttypename: P2,
    objectname: P3,
    securitydescriptor: PSECURITY_DESCRIPTOR,
    desiredaccess: u32,
    genericmapping: *const GENERIC_MAPPING,
    objectcreation: bool,
    grantedaccess: *mut u32,
    accessstatus: *mut BOOL,
    pfgenerateonclose: *mut BOOL,
) -> BOOL
where P0: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,