|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| ras.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
RASDEVINFO
[New - Windows NT]
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;
Members
dwSize
Specifies the size, in bytes, of the RASDEVINFO structure. Before calling RasEnumDevices, set dwSize to sizeof(RASDEVINFO) to identify the version of the structure.
szDeviceType
Specifies a null-terminated string indicating the RAS device type referenced
by szDeviceName. This member can be one of the following string constants.
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.
|
szDeviceName
Specifies a null-terminated string containing the name of a TAPI device.
See Also
RasEnumDevices
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|