Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.16 KB

ne-winevt-evt_subscribe_notify_action.md

File metadata and controls

69 lines (58 loc) · 2.16 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:winevt._EVT_SUBSCRIBE_NOTIFY_ACTION
EVT_SUBSCRIBE_NOTIFY_ACTION (winevt.h)
Defines the possible types of data that the subscription service can deliver to your callback.
EVT_SUBSCRIBE_NOTIFY_ACTION
EVT_SUBSCRIBE_NOTIFY_ACTION enumeration [EventLog]
EvtSubscribeActionDeliver
EvtSubscribeActionError
wes.evt_subscribe_notify_action
winevt/EVT_SUBSCRIBE_NOTIFY_ACTION
winevt/EvtSubscribeActionDeliver
winevt/EvtSubscribeActionError
wes\evt_subscribe_notify_action.htm
wes
75166c22-c55c-41b4-8089-ff9a89ddebf5
12/05/2018
EVT_SUBSCRIBE_NOTIFY_ACTION, EVT_SUBSCRIBE_NOTIFY_ACTION enumeration [EventLog], EvtSubscribeActionDeliver, EvtSubscribeActionError, wes.evt_subscribe_notify_action, winevt/EVT_SUBSCRIBE_NOTIFY_ACTION, winevt/EvtSubscribeActionDeliver, winevt/EvtSubscribeActionError
winevt.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
EVT_SUBSCRIBE_NOTIFY_ACTION
19H1
_EVT_SUBSCRIBE_NOTIFY_ACTION
winevt/_EVT_SUBSCRIBE_NOTIFY_ACTION
EVT_SUBSCRIBE_NOTIFY_ACTION
winevt/EVT_SUBSCRIBE_NOTIFY_ACTION
c++
APIRef
kbSyntax
HeaderDef
WinEvt.h
EVT_SUBSCRIBE_NOTIFY_ACTION

EVT_SUBSCRIBE_NOTIFY_ACTION enumeration

-description

Defines the possible types of data that the subscription service can deliver to your callback.

-enum-fields

-field EvtSubscribeActionError:0

Indicates that the Event parameter contains a Win32 error code.

-field EvtSubscribeActionDeliver

Indicates that the Event parameter contains an event that matches the subscriber's query.

-see-also

EVT_SUBSCRIBE_CALLBACK