EVT_WDF_COMPANION_PRE_D0_ENTRY - NtDoc

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

EVT_WDF_COMPANION_PRE_D0_ENTRY EvtWdfCompanionPreD0Entry;

NTSTATUS EvtWdfCompanionPreD0Entry(
  [in] WDFCOMPANION Companion,
  [in] WDF_POWER_DEVICE_STATE PreviousState
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdfcompanion-evt_wdf_companion_pre_d0_entry)

EVT_WDF_COMPANION_PRE_D0_ENTRY callback function

Description

For internal use only.

Parameters

Companion [in]

PreviousState [in]

Return value