// ntddk.h
VOID CUSTOM_SYSTEM_EVENT_TRIGGER_INIT(
PCUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG Config,
PCWSTR TriggerId
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes the _CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG structure.
ConfigA pointer to the _CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG structure to initialize.
TriggerIdA pointer to a Unicode string that contains the GUID used to identify background task to trigger.
_CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG
RtlRaiseCustomSystemEventTrigger