FVSDK_ERROR_CODE FVSDK_FtpTreeBuildDate(FVSDK_Session* pSession, tm* ptmTime);
Retrieves the build date and time of FtpTree ActiveX Control.
ptmTime
A pointer to a tm structure to receive the build date and time of FtpTree ActiveX Control.
Currently, only FVSDK_OK is returned.
// variables
tm BuildDateTime
// get the build date and time of the FtpTree ActiveX Control
if (FVSDK_FtpTreeBuildDate(pSession, &BuildDateTime) != FVSDK_OK)
AfxMessageBox("Unable to get FtpTree's build date.");