UcmTcpciDeviceInitInitialize function (ucmtcpcidevice.h)

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

Syntax

NTSTATUS UcmTcpciDeviceInitInitialize(
  [in] PWDFDEVICE_INIT DeviceInit
);

Parameters

[in] DeviceInit

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.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1607
Minimum supported server Windows Server 2016
Target Platform Windows
Header ucmtcpcidevice.h
Library Ucmtcpcicxstub.lib
IRQL PASSIVE_LEVEL

See also

WDFDEVICE_INIT