Function windows::Win32::Security::ObjectOpenAuditAlarmW
pub unsafe fn ObjectOpenAuditAlarmW<P0, P1, P2, P3, P4, P5, P6>(
subsystemname: P0,
handleid: *const c_void,
objecttypename: P1,
objectname: P2,
psecuritydescriptor: P3,
clienttoken: P4,
desiredaccess: u32,
grantedaccess: u32,
privileges: Option<*const PRIVILEGE_SET>,
objectcreation: P5,
accessgranted: P6,
generateonclose: *mut BOOL,
) -> BOOLwhere
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PSECURITY_DESCRIPTOR>,
P4: Param<HANDLE>,
P5: Param<BOOL>,
P6: Param<BOOL>,