CUSTOM_SYSTEM_EVENT_TRIGGER_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

VOID CUSTOM_SYSTEM_EVENT_TRIGGER_INIT(
  PCUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG Config,
  PCWSTR                              TriggerId
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-custom_system_event_trigger_init)

CUSTOM_SYSTEM_EVENT_TRIGGER_INIT function

Description

Initializes the _CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG structure.

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.

Remarks

See also

_CUSTOM_SYSTEM_EVENT_TRIGGER_CONFIG

RtlRaiseCustomSystemEventTrigger