Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
EVT_SUBSCRIBE_NOTIFY_ACTION enumeration (winevt.h)
Defines the possible types of data that the subscription service can deliver to your callback.
Syntax
typedef enum _EVT_SUBSCRIBE_NOTIFY_ACTION {
EvtSubscribeActionError = 0,
EvtSubscribeActionDeliver
} EVT_SUBSCRIBE_NOTIFY_ACTION;
Constants
EvtSubscribeActionErrorValue: 0 Indicates that the Event parameter contains a Win32 error code. |
EvtSubscribeActionDeliverIndicates that the Event parameter contains an event that matches the subscriber's query. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | winevt.h |
See also
Feedback
Was this page helpful?
