windows::Win32::Security

Function AccessCheckAndAuditAlarmA

pub unsafe fn AccessCheckAndAuditAlarmA<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,
) -> Result<()>
where P0: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>,