UdecxUsbDeviceInitFree function (udecxusbdevice.h)
Releases the resources that were allocated by the UdecxUsbDeviceInitAllocate call.
Syntax
void UdecxUsbDeviceInitFree(
[in, out] PUDECXUSBDEVICE_INIT UdecxUsbDeviceInit
);
Parameters
[in, out] UdecxUsbDeviceInit
A pointer to a WDF-allocated structure that contains initialization parameters for the virtual USB device. The client driver retrieved this pointer in the previous call to UdecxUsbDeviceInitAllocate.
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 | udecxusbdevice.h (include Udecx.h) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |