// ucmtcpcidevice.h
NTSTATUS UcmTcpciDeviceInitInitialize(
[in] PWDFDEVICE_INIT DeviceInit
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes device initialization operations when the Plug and Play (PnP) manager reports the existence of a device.
DeviceInit [in]A pointer to a framework-allocated WDFDEVICE_INIT structure.
(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.
The client driver calls this method after it has performed all of its own initialization in the WDFDEVICE_INIT structure, just before it calls WdfDeviceCreate.