PEP_UNREGISTER_DEVICE structure (pepfx.h)

The PEP_UNREGISTER_DEVICE structure identifies a device whose registration is being removed from the Windows power management framework (PoFx).

Syntax

typedef struct _PEP_UNREGISTER_DEVICE {
  [in] PEPHANDLE DeviceHandle;
} PEP_UNREGISTER_DEVICE, *PPEP_UNREGISTER_DEVICE;

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_UNREGISTER_DEVICE 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_DEVICE

PEP_DPM_UNREGISTER_DEVICE