xfGetVersion

#include <fte.h>

DWORD WINAPI xfGetVersion(void)

The xfGetVersion function retrieves the current version of the file transfer engine.

Parameters

This function has no parameters.

Return Value

The return value specifies the major and minor version numbers of the file transfer engine.

Comments

The low-order word of the return value contains the version. The low-order byte contains the major version. The high-order byte contains the minor version (revision) number as a two-digit decimal number.

See Also

xfGetStatusLong, xfGetStatusText.