<div class="content" name="CONNECT_ENUM_UNION" uuid="2a3b690a-e39c-4c94-914e-312dfb246ca7"><p>The CONNECT_ENUM_UNION union contains information about a <a href="1709f6a7-efb8-4ded-b7ae-5cee9ee36320#gt_866b0055-ceba-4acf-a692-98452943b981" data-linktype="relative-path">connection</a>. It is used in
the definition of the <a href="9f2c5d5c-dc41-4d31-b81f-6bf6fa0fe8c3" data-linktype="relative-path">CONNECTION_ENUM_STRUCT</a>
structure.</p><dl>
<dd>
<div><pre> typedef 
 [switch_type(DWORD)] 
 union _CONNECT_ENUM_UNION {
   [case(0)] 
    CONNECT_INFO_0_CONTAINER* Level0;
   [case(1)] 
    CONNECT_INFO_1_CONTAINER* Level1;
 } CONNECT_ENUM_UNION;
</pre></div>
</dd></dl><p><b>Level0:</b>  A pointer to a structure
containing information about a connection, as specified in section <a href="eeb410c8-f932-451a-931f-e98a3d6c0e93" data-linktype="relative-path">2.2.4.3</a>.</p><p><b>Level1:</b>  A pointer to a structure
containing information about a connection, as specified in section <a href="a7d955fb-f062-405b-b93f-45f0face4398" data-linktype="relative-path">2.2.4.4</a>.</p></div>