<div class="content" name="CONNECTCONFIG" uuid="8f14c17b-af56-4430-bcab-9231d1334b29"><p>The CONNECTCONFIG structure specifies connectivity
parameters.</p><dl>
<dd>
<div><pre> typedef struct _CONNECTCONFIG {
   ASYNCCONNECTCLASS Type;
   ULONG fEnableBreakDisconnect  :1;
 } CONNECTCONFIG,
  *PCONNECTCONFIG;
</pre></div>
</dd></dl><p><b>Type:</b>  Type of asynchronous
connection. This value is not used.</p><p><b>fEnableBreakDisconnect:</b>  If TRUE,
enable break disconnect.</p></div>