|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| rasdlg.lib
| Header File
| rasdlg.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
RasMonitorDlg
[New - Windows NT]
The RasMonitorDlg function displays the Dial-Up Networking Monitor property sheet that describes the status of RAS connections.
BOOL RasMonitorDlg(
LPTSTR lpszDeviceName,
| // pointer to the name of the device to display initially
| LPRASMONITORDLG lpInfo
| // pointer to structure that contains input and output parameters
| );
|
|
Parameters
lpszDeviceName
Pointer to a null-terminated string that specifies the name of the device to
display initially. If this parameter is NULL, or if the specified device does
not exist, the property sheet displays the first device.
lpInfo
Pointer to a RASMONITORDLG structure that contains additional input and output parameters. On input, the dwSize member of this structure must specify sizeof(RASMONITORDLG). If an error occurs, the dwError member returns an error code; otherwise, it returns zero.
Return Values
If the user hangs up a connection, the return value is a nonzero value.
If an error occurs, or if the user closes the dialog box without hanging up a
connection, the return value is zero. If an error occurs, the dwError member of the RASMONITORDLG structure returns a nonzero system error code or RAS error code.
See Also
RASMONITORDLG
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
|