2.2.1.2.134 RAS_CONNECTION_EX_IDL

The RAS_CONNECTION_EX_IDL union contains a placeholder for RAS_CONNECTION_EX_1_IDL (section 2.2.1.2.133) structure. This union is used in the RRasAdminConnectionGetInfoEx (section 3.1.4.47) method.

 typedef union _RAS_CONNECTION_EX_IDL switch (UCHAR revision) ConnObject {
   case 1: RAS_CONNECTION_EX_1_IDL RasConnection1;
 } RAS_CONNECTION_EX_IDL,
  *PRAS_CONNECTION_EX_IDL;

RasConnection1: This MUST be the structure RAS_CONNECTION_EX_1_IDL.