23 _7200_getoverrunstatus, Description, Syntax – ADLINK PCI-7200 User Manual
Page 81: Argument, Return code, Description @ syntax, Argument @ return code
Advertising

C/C++ Libraries
69
5.23 _7200_GetOverrunStatus
@ Description
When using _7200_DI_DMA_Start to convert Digital I/O data with
double buffer mode enabled, and not using
_7200_DblBufferTransfer to move converted data then double
buffer overrun will occur. Use this function to check overrun count.
@ Syntax
Visual C++ (Windows 95)
int W_7200_GetOverrunStatus (U32 * overrunCount)
Visual Basic (Windows 95)
int W_7200_GetOverrunStatus (overrunCount As
Long) As Long
C/C++ (DOS)
int _7200_GetOverrunStatus (U32 *overrunCount )
@ Argument
overrunCount: number of overruns.
@ Return Code
ERR_NoError
Advertising