The RASDEVINFO structure contains information that describes a TAPI device capable of establishing a RAS connection. The RasEnumDevices function uses this structure to retrieve information about RAS-capable devices.
typedef struct tagRASDEVINFO {
DWORD dwSize;
TCHAR szDeviceType[ RAS_MaxDeviceType + 1 ];
TCHAR szDeviceName[ RAS_MaxDeviceName + 1 ];
} RASDEVINFOW;
|
String |
Description |
|
RASDT_Modem |
A modem accessed through a COM port. |
|
RASDT_Isdn |
An ISDN card with the corresponding NDISWAN driver installed. |
|
RASDT_X25 |
An X.25 card with the corresponding NDISWAN driver installed. |