A reference to this class is passed to the GetMediaEngineVersionInfo(VoipMediaEngine..::.TELPHONY_ENGINE_VERSION_INFO) API procedure. After calling the API procedure, the structure members will be initialized to point to specific telephony system version information.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public class TELPHONY_ENGINE_VERSION_INFO : IDisposable
Visual Basic (Declaration)
Public Class TELPHONY_ENGINE_VERSION_INFO _
	Implements IDisposable
Visual C++
public ref class TELPHONY_ENGINE_VERSION_INFO : IDisposable
J#
public class TELPHONY_ENGINE_VERSION_INFO implements IDisposable

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.TELPHONY_ENGINE_VERSION_INFO

See Also