FesfUtil2GetVersion Function

Returns the current version of the FesfUtil2 library.

Syntax (C++)

std::pair<uint32_t, uint32_t>

FesfUtil2GetVersion();

Syntax (C)

DWORD

FesfUtil2GetVersion_C(

  [out] DWORD* VersionMajor,

  [out] DWORD* VersionMinor);

Return value

Two integer values, the first of which represents the FesfUtil2 major version and the second represents the FesfUtil2 minor version.

Throws

Throws an FEU2Exception if an error is encountered.