GetVersion(Int32@,Int32@,Int32@,Int32@)

Returns the version number of the Genvid library, storing the major, minor, version, and build values at the specified addresses. A NULL pointer will simply ignore that value. Return a string representation of the version.

Parameters

  • major : ref int : Major of the version
  • minor : ref int : Minor of the version
  • version : ref int : Version
  • build : ref int : Build version

Return

string : A string representation of the versions.