vMessageBufferDelete macro
Deletes a message buffer that was previously created using a call to xMessageBufferCreate() or xMessageBufferCreateStatic(). If the message buffer was created using dynamic memory (that is, by xMessageBufferCreate()), then the allocated memory is freed. A message buffer handle must not be used after the message buffer has been deleted.
Arguments
xMessageBuffer
The handle of the message buffer to be deleted.
![]()
#define vMessageBufferDelete( xMessageBuffer ) \