AlazarFreeBufferU8#
Function Syntax#
-
RETURN_CODE AlazarFreeBufferU8(HANDLE handle, U8 *buffer)#
Frees a buffer allocated with AlazarAllocBufferU8()
- Parameters:
handle – [in] Handle to board
buffer – [in] Base address of the buffer to free
- Returns:
ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.