Appendix B
Function Reference
B-6
ni.com
ni54xx_CalFetchDate
Format
__declspec(dllexport) long __stdcall
ni54xx_CalFetchDate(unsigned long device,
long area,
long *month,
long *day,
long *year);
Purpose
Retrieves the date of the last calibration, either from the internal (self-calibration) or external
(manual calibration) area.
Parameters
Name
Description
device
A number corresponding to the DAQ device number of the
device to be calibrated.
area
The area (internal or external) from where to get the date
NI54XX_INTERNAL
or
NI54XX_EXTERNAL
.
month
A pointer to a long integer which receives the month value.
day
A pointer to a long integer which receives the date value.
year
A pointer to a long integer which receives the year value.