Expand Minimize

WinUsb_Free function

The WinUsb_Free function releases all of the resources that WinUsb_Initialize allocated. This is a synchronous operation.

Syntax


BOOL __stdcall WinUsb_Free(
  _In_  WINUSB_INTERFACE_HANDLE InterfaceHandle
);

Parameters

InterfaceHandle [in]

An opaque handle to an interface in the selected configuration. That handle must be created by a previous call to WinUsb_Initialize or WinUsb_GetAssociatedInterface.

Return value

WinUsb_Free returns TRUE.

Requirements

Header

Winusb.h (include Winusb.h)

Library

Winusb.lib

See also

WinUSB
WinUsb_Initialize
WinUSB Functions

 

 

Send comments about this topic to Microsoft

Build date: 12/5/2013

Show:
© 2014 Microsoft. All rights reserved.