This method breaks down a version number such as 4.00.001 and outputs the numbers, separated by points, individually.
HRESULT GetTEVersion(
[out] VARIANT* shortMajor,
[out] VARIANT* shortMinor,
[out] VARIANT* shortBuild)
Parameters:
shortMajor – The first number in the version number.
shortMinor – The second number in the version number.
shortBuild – The third number in the version number.
Return Values:
S_OK if the method call succeeded.