Re: api for testing the user Interenet baud rate



On Dec 18, 10:27 am, "Mandi" <ma...@xxxxxxxxxxxx> wrote:
Is there some api for testing the user Interenet baud rate?
I'd like to know it automatically without asking hime.

Regards

Mandi


Hi,

You can use the following APIs to get the baud rate of an existing
RAS connection:

RasEnumConnections()

RasGetConnectStatus()

lineInitializeEx()

lineNegotiateAPIVersion()

lineGetDevCaps()

lineOpen()

lineGetNewCalls()

lineGetCallInfo()

lineClose()

lineShutdown()

http://msdn2.microsoft.com/en-us/library/aa377284.aspx

http://msdn2.microsoft.com/en-us/library/aa377503.aspx

http://msdn2.microsoft.com/en-us/library/ms735983.aspx

http://msdn2.microsoft.com/en-us/library/ms736002.aspx

http://msdn2.microsoft.com/en-us/library/ms735735.aspx

http://msdn2.microsoft.com/en-us/library/ms736005.aspx

http://msdn2.microsoft.com/en-us/library/ms735761.aspx

http://msdn2.microsoft.com/en-us/library/ms735720.aspx

http://msdn2.microsoft.com/en-us/library/ms735573.aspx

http://msdn2.microsoft.com/en-us/library/ms736117.aspx

http://support.microsoft.com/kb/238479

Kellie.

.