// ntddk.h
typedef struct _CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG {
ULONG Size;
PCWSTR TriggerId;
} CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG, *PCUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG;
View the official Windows Driver Kit DDI referenceNo description available.
Contains information about a custom system event trigger. This structure is used by RtlRaiseCustomSystemEventTrigger.
SizeThe size of the structure in bytes.
TriggerIdA pointer to a Unicode string that contains the GUID used to identify background task to trigger.
To initialize this structure, call CUSTOM_SYSTEM_EVENT_TRIGGER_INIT.
RtlRaiseCustomSystemEventTrigger
CUSTOM_SYSTEM_EVENT_TRIGGER_INIT