Function windows::Win32::Security::AccessCheckByTypeAndAuditAlarmW
pub unsafe fn AccessCheckByTypeAndAuditAlarmW<P0, P1, P2, P3, P4, P5>(
subsystemname: P0,
handleid: *const c_void,
objecttypename: P1,
objectname: P2,
securitydescriptor: P3,
principalselfsid: P4,
desiredaccess: u32,
audittype: AUDIT_EVENT_TYPE,
flags: u32,
objecttypelist: Option<&mut [OBJECT_TYPE_LIST]>,
genericmapping: *const GENERIC_MAPPING,
objectcreation: P5,
grantedaccess: *mut u32,
accessstatus: *mut BOOL,
pfgenerateonclose: *mut BOOL,
) -> BOOLwhere
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PSECURITY_DESCRIPTOR>,
P4: Param<PSID>,
P5: Param<BOOL>,