PEP_DEVICE_STARTED structure (pepfx.h)
The PEP_DEVICE_STARTED structure identifies a device whose driver has completed its registration with the Windows power management framework (PoFx).
Syntax
typedef struct _PEP_DEVICE_STARTED {
[in] PEPHANDLE DeviceHandle;
} PEP_DEVICE_STARTED, *PPEP_DEVICE_STARTED;
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_DEVICE_STARTED notification. The DeviceHandle member of this structure contains an input value that is supplied by PoFx.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported starting with Windows 10. |
Header | pepfx.h (include Pep_x.h) |