Share via


NTEVENTLOGPROPERTIES Enumeration

The values of the NTEVENTLOGPROPERTIES enumeration type enumerate what types of events should be logged in the NT Event Log.

typedef enum _NTEVENTLOGPROPERTIES
{
  PROPERTY_EVENTLOG_LOG_APPLICATION_EVENTS = PROPERTY_COMPONENT_START,
  PROPERTY_EVENTLOG_LOG_MALFORMED,
  PROPERTY_EVENTLOG_LOG_DEBUG
}NTEVENTLOGPROPERTIES;

Constants

  • PROPERTY_EVENTLOG_LOG_APPLICATION_EVENTS
    Specifies how the reporting of IAS Error events occurs in the Windows event log. In Windows XP, there is no UI element that corresponds to this property

  • PROPERTY_EVENTLOG_LOG_MALFORMED
    Specifies whether discarded and rejected packets are logged.

  • PROPERTY_EVENTLOG_LOG_DEBUG
    Specifies whether successful authentications are logged.

Requirements

Server

Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server.

Header

Declared in SdoIas.h.

IDL

Declared in SdoIas.idl.

Send comments about this topic to Microsoft

Build date: 10/15/2007