Share via


2.2.2.23.3 CONNECTCONFIG

The CONNECTCONFIG structure specifies connectivity parameters.

 typedef struct _CONNECTCONFIG {
   ASYNCCONNECTCLASS Type;
   ULONG fEnableBreakDisconnect  :1;
 } CONNECTCONFIG,
  *PCONNECTCONFIG;

Type: Type of asynchronous connection. This value is not used.

fEnableBreakDisconnect: If TRUE, enable break disconnect.