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; };
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. |
RasAdminAcceptNewConnection, RasAdminConnectionHangupNotification, RasAdminPortGetInfo