This is an old revision of the document!


SDK API > BS2_ReleaseContext


Releases the context allocated from the BS2_AllocateContext() function. If the pointer value is NULL, it doesn't do any action.

NOTE
Use this if the context is not used anymore.

Declaration

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

Parameter

  • [In] context : Context

Return Value

Void

See Also