UdecxUsbEndpointInitFree function (udecxusbendpoint.h)
Release the resources that were allocated by the UdecxUsbSimpleEndpointInitAllocate call.
Syntax
void UdecxUsbEndpointInitFree(
[in] PUDECXUSBENDPOINT_INIT Init
);
Parameters
[in] Init
A pointer to an UDECXUSBENDPOINT_INIT structure that the client driver retrieved in the previous call to UdecxUsbSimpleEndpointInitAllocate.
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 | udecxusbendpoint.h (include Udecx.h) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |