USB Exported Control API > BS2_ReleaseUsbContext


[Deprecated][+ 2.5.0] Releases context which is allocated from the API BS2_AllocateUsbContext. It doesn't do anything if pointer value is NULL.

Declaration

#include "BS_API.h"
 
void BS2_ReleaseUsbContext(void* context);

Parameter

  • [In] context : USB Context

Return Value

Void

See Also