2.2.1.2.143 MPR_SERVER_EX_IDL

The MPR_SERVER_EX_IDL union<131> be a placeholder for one of the following structures: MPR_SERVER_EX_1 (section 2.2.1.2.142), MPR_SERVER_EX_2 (section 2.2.1.2.242), or MPR_SERVER_EX_3 (section 2.2.1.2.251).<132>   

 typedef union _MPR_SERVER_EX_IDL switch (UCHAR  revision) ServerConfigObject {
   case 1: MPR_SERVER_EX_1 ServerConfig1;
   case 2: MPR_SERVER_EX_2 ServerConfig2;
   case 3: MPR_SERVER_EX_3 ServerConfig3;
 } MPR_SERVER_EX_IDL,
  *PMPR_SERVER_EX_IDL;

ServerConfig1: This MUST be an MPR_SERVER_EX_1 structure.

ServerConfig2: This MUST be an MPR_SERVER_EX_2 structure.

ServerConfig3: This MUST be an MPR_SERVER_EX_3 structure.