|
Synchronous Operations
When RasDial is invoked as a synchronous operation, the function does not return until the
connection has been established or an error occurs. Synchronous mode provides
a simple way for a RAS client to establish a connection. The client can simply
call RasDial, wait for the function to return, and then call the RasGetConnectStatus function to determine whether the connection operation was successful. Once
the connection has been established, the client application can terminate
without breaking the connection. If an error occurs, the client application must shut down the connection operation before terminating.
The disadvantage of synchronous mode is that the client does not receive
progress notifications as the connection operation proceeds. As a workaround for
this lack of progress notifications, a synchronous mode client can use a separate
thread that calls RasGetConnectStatus to poll for and display the current state. However, for RAS clients that want
to receive progress information, the preferred technique is to invoke RasDial asynchronously.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|