|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
|
| Header File
| rassapi.h
| Unicode
| No
| Platform Notes
| None
|
|
|
RAS_PARAMETERS
[New - Windows NT]
The RAS_PARAMETERS structure is used by the RasAdminPortGetInfo function to return the name and value of a media-specific parameter
associated with a port on a Windows NT RAS Server.
struct RAS_PARAMETERS {
CHAR P_Key [RASSAPI_MAX_PARAM_KEY_SIZE];
RAS_PARAMS_FORMAT P_Type;
BYTE P_Attributes;
RAS_PARAMS_VALUE P_Value;
};
Members
P_Key
Specifies the name of the key that represents the media-specific parameter,
such as MAXCONNECTBPS.
P_Type
Identifies the type of data associated with the parameter. This member can be
one of the following values from the RAS_PARAMS_FORMAT enumeration.
Value
| Meaning
| ParamNumber
| Indicates that the data associated with the key is a number.
| ParamString
| Indicates that the data associated with the key is a string.
|
P_Attributes
Reserved.
P_Value
Specifies the value associated with the parameter. This member is a RAS_PARAMS_VALUE union. If the P_Type member is ParamNumber, the Number member of the union contains the value. If P_Type is ParamString, the String member of the union contains the value.
See Also
RasAdminAcceptNewConnection, RasAdminConnectionHangupNotification, RasAdminPortGetInfo
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
|