Undocumented functions of NTDLL

2OO1, 27 February


Gridstore - NonStop Storage

NtDeleteObjectAuditAlarm
NtDeleteObjectAuditAlarm

NTSYSAPI 
NTSTATUS
NTAPI

NtDeleteObjectAuditAlarm(

IN PUNICODE_STRING SubsystemName, IN HANDLE ObjectHandle OPTIONAL, IN BOOLEAN GenerateOnClose );




Function NtDeleteObjectAuditAlarm generates Security Audit Alarm, stored in Event Log. See also description of NtCloseObjectAuditAlarm.



  • SubsystemName
  •     This string is passed as a parameter to event message.
  • ObjectHandle
  •     HANDLE to any object.
  • GenerateOnClose
  •     If set, event is generated.


    Documented by:
    Tomasz Nowak



    Requirements:
    Library: ntdll.lib
    Privilege: SE_AUDIT_PRIVILEGE


    See also:
    NtCloseObjectAuditAlarm
    NtOpenObjectAuditAlarm