WdfCompanionCreate - NtDoc

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

NTSTATUS WdfCompanionCreate(
  [in, out]      PWDFDEVICE_INIT        *DeviceInit,
  [in, optional] PWDF_OBJECT_ATTRIBUTES DeviceAttributes,
  [out]          WDFCOMPANION           *Companion
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfcompanion-wdfcompanioncreate)

WdfCompanionCreate function

Description

For internal use only.

Parameters

DeviceInit [in, out]

DeviceAttributes [in, optional]

Companion [out]

Return value