RAS_PARAMETERS structure
[The RAS_PARAMETERS structure is not supported as of Windows Vista.]
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 RAS server.
Syntax
typedef struct RAS_PARAMETERS {
CHAR P_Key[RASSAPI_MAX_PARAM_KEY_SIZE];
RAS_PARAMS_FORMAT P_Type;
BYTE P_Attributes;
RAS_PARAMS_VALUE P_Value;
} RAS_PARAMETERS;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
End of client support |
Windows XP |
End of server support |
Windows Server 2003 |
Header |
|