FVSDK_ERROR_CODE FVSDK_BuildDate(tm* ptmTime);
Retrieves the build date and time of the FTP Voyager SDK DLL.
ptmTime
Pointer to the tm structure that is to receive the build date and time.
FVSDK_OK is always returned.
// structure used to receive the build date and time
tm BuildDateTime;
// get the build date and time of the FTP Voyager SDK DLL
FVSDK_BuildDate(&BuildDateTime);