|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| rassapi.lib
| Header File
| rassapi.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
RasAdminServerGetInfo
[New - Windows NT]
The RasAdminServerGetInfo function gets the server configuration of a RAS server.
DWORD RasAdminServerGetInfo(
const WCHAR *lpszServer,
| // pointer to the name of the RAS server
| PRAS_SERVER_0 pRasServer0
| // pointer to server information
| );
|
|
Parameters
lpszServer
Pointer to a null-terminated Unicode string that contains the name of the
Windows NT RAS server. If this parameter is NULL, the function returns information
about the local computer. Specify the name with leading "\\" characters, in the
form: \\servername.
pRasServer0
Pointer to a RAS_SERVER_0 structure that receives the number of ports configured on the server, the
number of ports currently in use, and the server version number.
Return Values
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value is an error code. Possible error codes
include those returned by GetLastError for the CallNamedPipe function. Do not call GetLastError to get error information for this function.
Remarks
To enumerate all RAS servers in a Windows NT domain, call the NetServerEnum function and specify SV_TYPE_DIALIN for the servertype parameter.
See Also
NetServerEnum, RAS_SERVER_0
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
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
|