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