2.2.1.2.146 MPR_SERVER_SET_CONFIG_EX_IDL
The MPR_SERVER_SET_CONFIG_EX_IDL union is used to get or set configured parameters for PPTP, L2TP, SSTP, and IKEv2 devices.
-
typedef union _MPR_SERVER_SET_CONFIG_EX_IDL switch (UCHAR revision) ServerSetConfigObject { case 1: MPR_SERVER_SET_CONFIG_EX_1 ServerSetConfig1; case 2: MPR_SERVER_SET_CONFIG_EX_2 ServerSetConfig2; case 3: MPR_SERVER_SET_CONFIG_EX_3 ServerSetConfig3; } MPR_SERVER_SET_CONFIG_EX_IDL, *PMPR_SERVER_SET_CONFIG_EX_IDL;
ServerSetConfig1: This MUST be an MPR_SERVER_SET_CONFIG_EX_1 structure.
ServerSetConfig2: This MUST be an MPR_SERVER_SET_CONFIG_EX_2 structure.
ServerSetConfig3: This MUST be an MPR_SERVER_SET_CONFIG_EX_3 structure.