<< Back


FVSDK_BuildDate

Synopsis

FVSDK_ERROR_CODE FVSDK_BuildDate(tm* ptmTime);

Description

Retrieves the build date and time of the FTP Voyager SDK DLL.

Parameters

ptmTime

Pointer to the tm structure that is to receive the build date and time.

Return Value

FVSDK_OK is always returned.

Example

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