The DestroyDtmfGenerator API procedure is used to destroy a previously created DTMF generator and
reclaim all resources associated with the generator.
Namespace:
LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
| C# |
|---|
public VoipMediaEngine..::.TELEPHONY_RETURN_VALUE DestroyDtmfGenerator() |
| Visual Basic (Declaration) |
|---|
Public Function DestroyDtmfGenerator As VoipMediaEngine..::.TELEPHONY_RETURN_VALUE |
| Visual C++ |
|---|
public: VoipMediaEngine..::.TELEPHONY_RETURN_VALUE DestroyDtmfGenerator() |
| J# |
|---|
public VoipMediaEngine..::.TELEPHONY_RETURN_VALUE DestroyDtmfGenerator() |
Return Value
Nothing.
Remarks
None.
