GetVersion
Gets the version of the running component. The format is major.minor [alpha | beta num].
C++
HRESULT GetVersion([out, retval] BSTR *version);
Visual Basic
Public Function GetVersion () As Long
Parameters
None
Return value
version As String
|