PEP_REGISTER_DEBUGGER structure (pepfx.h)

The PEP_REGISTER_DEBUGGER structure identifies a registered device that is a core system resource that provides debugger transport.

Syntax

typedef struct _PEP_REGISTER_DEBUGGER {
  [in] PEPHANDLE DeviceHandle;
} PEP_REGISTER_DEBUGGER, *PPEP_REGISTER_DEBUGGER;

Members

[in] DeviceHandle

A PEPHANDLE value that identifies the device. The PEP supplied this handle in response to a previous PEP_DPM_REGISTER_DEVICE notification.

Remarks

This structure is used by the PEP_DPM_REGISTER_DEBUGGER notification. The DeviceHandle member contains an input value that is supplied by the Windows power management framework (PoFx).

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 10.
Header pepfx.h (include Pep_x.h)

See also

PEP_DPM_REGISTER_DEBUGGER

PEP_DPM_REGISTER_DEVICE