PO_SPR_ACTIVE_SESSION_DATA - NtDoc

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

typedef struct _PO_SPR_ACTIVE_SESSION_DATA {
  BOOLEAN Start;
  GUID    ActiveSessionGuid;
} PO_SPR_ACTIVE_SESSION_DATA, *PPO_SPR_ACTIVE_SESSION_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntpoapi-_po_spr_active_session_data)

_PO_SPR_ACTIVE_SESSION_DATA structure

Description

Stores information that indicates whether a System Power Report's Active Session is starting or ending.

Members

Start

A boolean value that indicates whether the session is starting or ending.

ActiveSessionGuid

The Active session GUID for the session.

Remarks

To register for System Power Report's Active Session notifications, you must call PowerSettingRegisterNotification function with these values:

If the registration is successful, the DEVICE_NOTIFY_CALLBACK_ROUTINE callback is invoked with these value:

See also

PowerSettingRegisterNotification

POWERBROADCAST_SETTING

DEVICE_NOTIFY_CALLBACK_ROUTINE