EVENTLOG_FULL_INFORMATION structure (winbase.h)

Indicates whether the event log is full.

Syntax

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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header winbase.h (include Windows.h)

See also

GetEventLogInformation