// iddcx.h
NTSTATUS IddCxDeviceInitialize(
[in] WDFDEVICE Device
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a WDF device
Device [in]The WDF device that is being initialized.
(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.