Reads the current count from a counter, and returns it as a 64-bit double word. This function is not supported in Visual Basic, since no appropriate data type is available to accept the Count argument in those languages.
C/C++:
int cbCIn64(int BoardNum, int CounterNum, ULONGLONG *Count)
BoardNum
The number associated with the board when it was installed with InstaCal or created with cbCreateDaqDevice(). BoardNum may be 0 to 99. The specified board must have a counter.
CounterNum
The counter to read the current count from. Valid values are dependent on the device and the number of counters available on the device. See product-specific information in the Universal Library User's Guide.
Count
Current count value from selected counter is returned here.