RAS_PARAMETERS  2N67QG5 

[New - Windows NT]

The RAS_PARAMETERS structure is used by the RasAdminPortGetInfoEUOH00 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_FORMAT1XQMKV8 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