IddCxDeviceInitialize function (iddcx.h)

Initializes a WDF device

Syntax

NTSTATUS IddCxDeviceInitialize(
  [in] WDFDEVICE Device
);

Parameters

[in] Device

The WDF device that is being initialized.

Return value

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

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Target Platform Windows
Header iddcx.h
Library IddCxStub.lib
DLL IddCx.dll
IRQL Must_inspect_result