Compartir a través de


estructura EVENTLOG_FULL_INFORMATION (winbase.h)

Indica si el registro de eventos está lleno.

Sintaxis

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

Miembros

dwFull

Indica si el registro de eventos está lleno. Si el registro está lleno, este miembro es TRUE. De lo contrario, es FALSE.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 2000 Professional [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows 2000 Server [solo aplicaciones de escritorio]
Encabezado winbase.h (incluye Windows.h)

Consulte también

GetEventLogInformation