windows::Win32::SecurityFunction AccessCheckByTypeResultListAndAuditAlarmByHandleW
pub unsafe fn AccessCheckByTypeResultListAndAuditAlarmByHandleW<P0, P3, P4>(
subsystemname: P0,
handleid: *const c_void,
clienttoken: HANDLE,
objecttypename: P3,
objectname: P4,
securitydescriptor: PSECURITY_DESCRIPTOR,
principalselfsid: Option<PSID>,
desiredaccess: u32,
audittype: AUDIT_EVENT_TYPE,
flags: u32,
objecttypelist: Option<*mut OBJECT_TYPE_LIST>,
objecttypelistlength: u32,
genericmapping: *const GENERIC_MAPPING,
objectcreation: bool,
grantedaccesslist: *mut u32,
accessstatuslist: *mut u32,
pfgenerateonclose: *mut BOOL,
) -> BOOLwhere
P0: Param<PCWSTR>,
P3: Param<PCWSTR>,
P4: Param<PCWSTR>,