2.2.2.28 CDCONFIG

Connection driver configuration.<104> It is used for connecting via modem to a server.

 typedef struct _CDCONFIG {
   CDCLASS CdClass;
   CDNAME CdName;
   DLLNAME CdDLL;
   ULONG CdFlag;
 } CDCONFIG,
  *PCDCONFIG;

CdClass: Connection driver type.

CdName: Connection driver descriptive name.

CdDLL: Connection driver image name.

CdFlag: Connection driver flags. Connection driver specific.