Function windows::Win32::Security::AccessCheckAndAuditAlarmW
pub unsafe fn AccessCheckAndAuditAlarmW<P0, P1, P2, P3, P4>(
subsystemname: P0,
handleid: Option<*const c_void>,
objecttypename: P1,
objectname: P2,
securitydescriptor: P3,
desiredaccess: u32,
genericmapping: *const GENERIC_MAPPING,
objectcreation: P4,
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<BOOL>,