UcmTcpciDeviceInitInitialize - NtDoc

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

NTSTATUS UcmTcpciDeviceInitInitialize(
  [in] PWDFDEVICE_INIT DeviceInit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucmtcpcidevice-ucmtcpcideviceinitinitialize)

UcmTcpciDeviceInitInitialize function

Description

Initializes device initialization operations when the Plug and Play (PnP) manager reports the existence of a device.

Parameters

DeviceInit [in]

A pointer to a framework-allocated WDFDEVICE_INIT structure.

Return value

(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.

Remarks

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.

See also

WDFDEVICE_INIT