Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CDCLASS enumeration specifies a type of connection driver.
-
typedef enum _CDCLASS { CdNone, CdModem, CdClass_Maximum, } CDCLASS;
CdNone: No connection driver.
CdModem: Connection driver is a modem.
CdClass_Maximum: A given CdClass variable will always be less than this value.