EVT_WDF_COMPANION_POST_RELEASE_HARDWARE - NtDoc

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

EVT_WDF_COMPANION_POST_RELEASE_HARDWARE EvtWdfCompanionPostReleaseHardware;

NTSTATUS EvtWdfCompanionPostReleaseHardware(
  [in] WDFCOMPANION Companion,
  [in] WDFCMRESLIST ResourcesTranslated
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

EVT_WDF_COMPANION_POST_RELEASE_HARDWARE callback function

Description

For internal use only.

Parameters

Companion [in]

ResourcesTranslated [in]

Return value