enumerazione EVT_OPEN_LOG_FLAGS (winevt.h)
Definisce i valori che specificano se aprire un canale o un file di log esportato.
Sintassi
typedef enum _EVT_OPEN_LOG_FLAGS {
EvtOpenChannelPath = 0x1,
EvtOpenFilePath = 0x2
} EVT_OPEN_LOG_FLAGS;
Costanti
EvtOpenChannelPath Valore: 0x1 Aprire un canale. |
EvtOpenFilePath Valore: 0x2 Aprire un file di log esportato. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | winevt.h |