Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |