AlazarFreeBufferU16#
Function Syntax#
-
RETURN_CODE AlazarFreeBufferU16(HANDLE handle, U16 *buffer)#
Frees a buffer allocated with AlazarAllocBufferU16()
- 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.