Ring1_ByteBuffer_clear
Clear a Byte buffer.
Ring1_Result
Ring1_ByteBuffer_clear
(
Ring1_ByteBuffer *byteBuffer
)
This function clears a Byte buffer.
Parameter variables
byteBuffer
- A pointer to the Byte buffer.
Return Values
Ring1_Result_Success
on success, Ring1_Result_Failure
on failure.
Post Conditions
If this function fails, then it sets the by-thread status variable.
This function fails if and only if byteBuffer
is a null pointer.
If this function succeeds, the Byte was appended to this Byte buffer.