Platform SDK: RAS/Routing and RAS |
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/Windows 2000 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. |
Windows NT/2000: Requires Windows NT 4.0 or later.
Header: Declared in Rassapi.h.
Remote Access Service (RAS) Overview, RAS Server Administration Structures, RasAdminAcceptNewConnection, RasAdminConnectionHangupNotification, RasAdminPortGetInfo