AlazarAllocBufferU16Ex¶
Function Syntax¶
- 
U16 *AlazarAllocBufferU16Ex(HANDLE handle, U64 byteCount)¶
- This function acts like AlazarAllocBufferU16() and additionally allows allocation of a buffer over 4GS for DMA transfer for an 16-bit digitizer. - Remark
- The buffer must be freed using AlazarFreeBufferU16Ex() 
 - Parameters:
- handle – [in] Handle to board 
- byteCount – [in] Buffer size in bytes 
 
- Returns:
- If the function is successful, it returns the base address of a page-aligned buffer in the virtual address space of the calling process. If it fails, it returns NULL.