// 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 referenceNo description available.
For internal use only.
DeviceInit [in, out]DeviceAttributes [in, optional]Companion [out]