Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MPR_SERVER_SET_CONFIG_EX structure is used to get or set the tunnel configuration information of a RAS server.
Syntax
typedef struct _MPR_SERVER_SET_CONFIG_EX1 {
MPRAPI_OBJECT_HEADER Header;
DWORD setConfigForProtocols;
MPRAPI_TUNNEL_CONFIG_PARAMS1 ConfigParams;
} MPR_SERVER_SET_CONFIG_EX1, *PMPR_SERVER_SET_CONFIG_EX1;
Members
Header
A MPRAPI_OBJECT_HEADER structure that specifies the version of the MPR_SERVER_SET_CONFIG_EX structure.
setConfigForProtocols
A value that specifies the tunnel type in ConfigParams. The following tunnel types are supported:
ConfigParams
A MPRAPI_TUNNEL_CONFIG_PARAMS structure that contains the tunnel configuration information for the tunnel type specified in setConfigForProtocols.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | mprapi.h |