UDECX_WDF_DEVICE_CONFIG_INIT function (udecxwdfdevice.h)
Initializes a UDECX_WDF_DEVICE_CONFIG structure.
Syntax
void UDECX_WDF_DEVICE_CONFIG_INIT(
[out] PUDECX_WDF_DEVICE_CONFIG Config,
[in] PFN_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY EvtUdecxWdfDeviceQueryUsbCapability
);
Parameters
[out] Config
A pointer to a UDECX_WDF_DEVICE_CONFIG structure to initialize.
[in] EvtUdecxWdfDeviceQueryUsbCapability
A pointer to an EVT_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY callback function.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Minimum KMDF version | 1.15 |
Header | udecxwdfdevice.h (include Udecx.h) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |