EVENTLOG_FULL_INFORMATION struttura (winbase.h)

Indica se il registro eventi è completo.

Sintassi

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

Members

dwFull

Indica se il registro eventi è completo. Se il log è completo, questo membro è TRUE. In caso contrario, è FALSE.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione winbase.h (include Windows.h)

Vedi anche

GetEventLogInformation