GetTEVersion

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:

Return Values:

S_OK if the method call succeeded.