Function windows::Win32::Security::ObjectOpenAuditAlarmA
pub unsafe fn ObjectOpenAuditAlarmA<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,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,
P3: Param<PSECURITY_DESCRIPTOR>,
P4: Param<HANDLE>,
P5: Param<BOOL>,
P6: Param<BOOL>,