Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |