CUSTOM_SYSTEM_EVENT_TRIGGER_INIT function (ntddk.h)

Initializes the _CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG structure.

Syntax

void CUSTOM_SYSTEM_EVENT_TRIGGER_INIT(
  PCUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG Config,
  PCWSTR                              TriggerId
);

Parameters

Config

A pointer to the _CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG structure to initialize.

TriggerId

A pointer to a Unicode string that contains the GUID used to identify background task to trigger.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803
Header ntddk.h

See also

_CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG

RtlRaiseCustomSystemEventTrigger