UdecxUsbDeviceInitFree - NtDoc

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

VOID UdecxUsbDeviceInitFree(
  [in, out] PUDECXUSBDEVICE_INIT UdecxUsbDeviceInit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-udecxusbdevice-udecxusbdeviceinitfree)

UdecxUsbDeviceInitFree function

Description

Releases the resources that were allocated by the UdecxUsbDeviceInitAllocate call.

Parameters

UdecxUsbDeviceInit [in, out]

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.

See also

Architecture: USB Device Emulation (UDE)

Write a UDE client driver