PEP_DEVICE_STARTED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_device_started)

_PEP_DEVICE_STARTED structure (pep_x.h)

Description

The PEP_DEVICE_STARTED structure identifies a device whose driver has completed its registration with the Windows power management framework (PoFx).

Members

DeviceHandle [in]

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.

See also

PEP_DPM_DEVICE_STARTED

PEP_DPM_REGISTER_DEVICE


Windows Driver Kit DDI reference (ns-pepfx-_pep_device_started)

_PEP_DEVICE_STARTED structure (pepfx.h)

Description

The PEP_DEVICE_STARTED structure identifies a device whose driver has completed its registration with the Windows power management framework (PoFx).

Members

DeviceHandle [in]

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.

See also

PEP_DPM_DEVICE_STARTED

PEP_DPM_REGISTER_DEVICE