|
RAS Server and Port Administration
The RAS server administration functions enable you to get information about a
specified RAS server and its ports. These functions also enable you to
terminate a connection on a specified RAS server port.
The RasAdminServerGetInfo function returns a RAS_SERVER_0 structure that contains information about the configuration of a RAS server.
The returned information includes the number of ports currently available for
connection, the number of ports currently in use, and the server version number.
The RasAdminPortEnum function retrieves an array of RAS_PORT_0 structures that contains information for each of the ports configured on a
RAS server. The information for each port includes:
- The name of the port
- Information about the device attached to the port
- Whether the RAS server associated with the port is a Windows NT Server
- Whether the port is currently in use, and if it is, information about the
connection
You can call the RasAdminPortGetInfo function to get additional information about a specified port on a RAS
server. This function returns a RAS_PORT_1 structure that contains a RAS_PORT_0 structure and additional information about the current state of the port. The RasAdminPortGetInfo function also returns an array of RAS_PARAMETERS structures that describe the values of any media-specific keys associated
with the port. A RAS_PARAMETERS structure uses a value from the RAS_PARAMS_FORMAT enumeration to indicate the format of the value for each media-specific key.
The RasAdminPortGetInfo function also returns a RAS_PORT_STATISTICS structure that contains various statistic counters for the current
connection, if any, on the port. For a port that is part of a multilink connection, RasAdminPortGetInfo returns statistics for the individual port and cumulative statistics for all
ports involved in the connection. You can use the RasAdminPortClearStatistics function to reset the statistic counters for the port. The RasAdminPortDisconnect function disconnects a port that is in use.
Use the RasAdminFreeBuffer function to free memory allocated by the RasAdminPortEnum and RasAdminPortGetInfo functions. Use the RasAdminGetErrorString function to get a string that describes a RAS error code returned by one of
the RAS server administration (RasAdmin) functions.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|