The DtmfDecoderGetMinimumDigitOnTime API procedure allows an application to retrieve the current 
			minimum digit ON time for the DTMF decoder.
		
    Namespace: 
   LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
| C# | 
|---|
public uint DtmfDecoderGetMinimumDigitOnTime()  | 
| Visual Basic (Declaration) | 
|---|
Public Function DtmfDecoderGetMinimumDigitOnTime As UInteger  | 
| Visual C++ | 
|---|
public: unsigned int DtmfDecoderGetMinimumDigitOnTime()  | 
| J# | 
|---|
public UInt32 DtmfDecoderGetMinimumDigitOnTime()  | 
Return Value
If the function succeeds, the return value will be the current minimum digit ON time.
If the function fails, the return value will be 0xFFFFFFFF (-1).
Remarks
			None.
		
