// pep_x.h
typedef struct _PEP_DEVICE_STARTED {
[in] PEPHANDLE DeviceHandle;
} PEP_DEVICE_STARTED, *PPEP_DEVICE_STARTED;
View the official Windows Driver Kit DDI reference// pepfx.h
typedef struct _PEP_DEVICE_STARTED {
[in] PEPHANDLE DeviceHandle;
} PEP_DEVICE_STARTED, *PPEP_DEVICE_STARTED;
View the official Windows Driver Kit DDI referenceNo description available.
The PEP_DEVICE_STARTED structure identifies a device whose driver has completed its registration with the Windows power management framework (PoFx).
DeviceHandle [in]A PEPHANDLE value that identifies the device. The PEP supplied this handle in response to a previous PEP_DPM_REGISTER_DEVICE notification.
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.
The PEP_DEVICE_STARTED structure identifies a device whose driver has completed its registration with the Windows power management framework (PoFx).
DeviceHandle [in]A PEPHANDLE value that identifies the device. The PEP supplied this handle in response to a previous PEP_DPM_REGISTER_DEVICE notification.
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.