<< Back


FVSDK_FtpTreeBuildDate

Synopsis

FVSDK_ERROR_CODE FVSDK_FtpTreeBuildDate(FVSDK_Session* pSession, tm* ptmTime);

Description

Retrieves the build date and time of FtpTree ActiveX Control.

Parameters

ptmTime

A pointer to a tm structure to receive the build date and time of FtpTree ActiveX Control.

Return Value

Currently, only FVSDK_OK is returned.

Example

// 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.");