EVT_WDF_DEVICE_D0_ENTRY_POST_HARDWARE_ENABLED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfdevice.h

EVT_WDF_DEVICE_D0_ENTRY_POST_HARDWARE_ENABLED EvtWdfDeviceD0EntryPostHardwareEnabled;

NTSTATUS EvtWdfDeviceD0EntryPostHardwareEnabled(
  WDFDEVICE Device,
  WDF_POWER_DEVICE_STATE PreviousState
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdfdevice-evt_wdf_device_d0_entry_post_hardware_enabled)

Description

Reserved for system use.

Parameters

Device

PreviousState

Return value

Remarks

See also