UdecxUsbEndpointInitFree - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// udecxusbendpoint.h

VOID UdecxUsbEndpointInitFree(
  [in] PUDECXUSBENDPOINT_INIT Init
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-udecxusbendpoint-udecxusbendpointinitfree)

UdecxUsbEndpointInitFree function

Description

Release the resources that were allocated by the UdecxUsbSimpleEndpointInitAllocate call.

Parameters

Init [in]

A pointer to an UDECXUSBENDPOINT_INIT structure that the client driver retrieved in the previous call to UdecxUsbSimpleEndpointInitAllocate.

See also

Architecture: USB Device Emulation (UDE)

UdecxUsbEndpointCreate

Write a UDE client driver