pub unsafe extern "system" fn ObjectOpenAuditAlarmA(
    subsystemname: PCSTR,
    handleid: *const c_void,
    objecttypename: PCSTR,
    objectname: PCSTR,
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    clienttoken: HANDLE,
    desiredaccess: u32,
    grantedaccess: u32,
    privileges: *const PRIVILEGE_SET,
    objectcreation: BOOL,
    accessgranted: BOOL,
    generateonclose: *mut BOOL
) -> BOOL
Expand description

Required features: "Win32_Foundation"