Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
EvtSubscribeActionError Value: 0 Indicates that the Event parameter contains a Win32 error code. |
EvtSubscribeActionDeliver Indicates 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 |