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

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database