// udecxwdfdevice.h
VOID UDECX_WDF_DEVICE_CONFIG_INIT(
[out] PUDECX_WDF_DEVICE_CONFIG Config,
[in] PFN_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY EvtUdecxWdfDeviceQueryUsbCapability
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a UDECX_WDF_DEVICE_CONFIG structure.
Config [out]A pointer to a UDECX_WDF_DEVICE_CONFIG structure to initialize.
EvtUdecxWdfDeviceQueryUsbCapability [in]A pointer to an EVT_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY callback function.
UdecxWdfDeviceAddUsbDeviceEmulation