Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Result = SRP_Get_Utilities_Version()

Returns

The current version of SRP Utilities.

Remarks

The SRP_Get_Utilities_Version method returns the current version of SRP Utilities. Specifically, it gets the FILEVERSION property of SRPUtilities.dll.

Example

Code Block
// Get the current version of SRP Utilities
Version = SRP_Get_Utilities_Version()

...