The GetMediaEngineVersionInfo API procedure can be called by application software to obtain internal revision information for the telephony engine and all of its software subsystems.

This API procedure can be called anytime. An instance of the telephony engine does not have to be created before calling this procedure.

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

Syntax

C#
public bool GetMediaEngineVersionInfo(
	VoipMediaEngine..::.TELPHONY_ENGINE_VERSION_INFO VersionInfo
)
Visual Basic (Declaration)
Public Function GetMediaEngineVersionInfo ( _
	VersionInfo As VoipMediaEngine..::.TELPHONY_ENGINE_VERSION_INFO _
) As Boolean
Visual C++
public:
bool GetMediaEngineVersionInfo(
	VoipMediaEngine..::.TELPHONY_ENGINE_VERSION_INFO^ VersionInfo
)
J#
public boolean GetMediaEngineVersionInfo(
	VoipMediaEngine..::.TELPHONY_ENGINE_VERSION_INFO VersionInfo
)

Parameters

VersionInfo
Type: LanScape..::.VoipMediaEngine..::.TELPHONY_ENGINE_VERSION_INFO
A reference to the telephony engine version information class object. After calling this API procedure, the variable's members will be initialized with appropriate version information. All version information is returned as null terminated strings.

Return Value

If the function succeeds, the return value will be non zero.

If the function fails, the return value will zero.

Remarks

None.

See Also