Platform SDK: Debugging and Error Handling

EVENTLOG_FULL_INFORMATION

The EVENTLOG_FULL_INFORMATION structure indicates whether the event log is full.

typedef struct _EVENTLOG_FULL_INFORMATION {
  DWORD    dwFull;
} EVENTLOG_FULL_INFORMATION, *LPEVENTLOG_FULL_INFORMATION;

Members

dwFull
Indicates whether the event log is full. If the log is full, this member is TRUE. Otherwise, it is FALSE.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Winbase.h; include Windows.h.

See Also

Event Logging Overview, Event Logging Structures, GetEventLogInformation