|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
|
| Header File
| rassapi.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
RAS_PORT_1
[New - Windows NT]
The RAS_PORT_1 structure contains information about a RAS port.
typedef struct _RAS_PORT_1 {
RAS_PORT_0 rasport0;
DWORD LineCondition;
DWORD HardwareCondition;
DWORD LineSpeed;
WORD NumStatistics;
WORD NumMediaParms;
DWORD SizeMediaParms;
RAS_PPP_PROJECTION_RESULT ProjResult;
} RAS_PORT_1, *PRAS_PORT_1;
Members
rasPort0
A RAS_PORT_0 structure that contains information about the port, such as the name of the
port, the name of the remote user connected to the port, and so on.
LineCondition
Specifies the state of the port. This member can be one of the following
values.
Value
| Meaning
| RAS_PORT_NON_OPERATIONAL
| The port is not operational. Check the event log for errors reported by the
server.
| RAS_PORT_DISCONNECTED
| The port is currently disconnected.
| RAS_PORT_CALLING_BACK
| The RAS server is calling back the RAS client.
| RAS_PORT_LISTENING
| The port is waiting for a client to call in.
| RAS_PORT_AUTHENTICATING
| The server is in the process of authenticating the remote client.
| RAS_PORT_AUTHENTICATED
| The remote client is now authenticated.
| RAS_PORT_INITIALIZING
| The device attached to the port is being initialized. The state of the port
will change to RAS_PORT_LISTENING when the initialization has been completed.
|
HardwareCondition
Specifies one of the following values to indicate the state of the device
attached to the port.
Value
| Meaning
| RAS_MODEM_OPERATIONAL
| The modem attached to this port is operational and is ready to receive client
calls.
| RAS_MODEM_HARDWARE_FAILURE
| The modem attached to this port has a hardware problem.
|
LineSpeed
Specifies the speed, in bits per second, with which the computer can
communicate with the port.
NumStatistics
This member is not used. The RAS administration functions, such as the RasAdminPortGetInfo function, use the RAS_PORT_STATISTICS structure to return port statistics.
NumMediaParms
Specifies the number of media-specific parameters for this port. For serial
media this is typically the number of values that appear in the SERIAL.INI file.
SizeMediaParms
Specifies the size, in bytes, of the buffer required for all media-specific
parameters. The RasAdminPortGetInfo function returns a buffer containing an array of RAS_PARAMETERS structures with the media parameters and values for the port.
ProjResult
A RAS_PPP_PROJECTION_RESULT structure that specifies the PPP projection information for this port. This
structure provides information for each protocol that is negotiated when a RAS
client connects to a server.
See Also
RAS_PARAMETERS, RAS_PORT_0, RAS_PORT_STATISTICS, RAS_PPP_PROJECTION_RESULT, RasAdminAcceptNewConnection, RasAdminConnectionHangupNotification, RasAdminPortGetInfo
| 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
|