|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| No
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| dbt.h
| Unicode
| No
| Platform Notes
| None
|
|
|
DEV_BROADCAST_PORT
The DEV_BROADCAST_PORT structure contains information about a modem, serial, or parallel port.
typedef struct _DEV_BROADCAST_PORT {
ULONG dbcp_size;
ULONG dbcp_devicetype;
ULONG dbcp_reserved;
char dbcp_name[1];
} DEV_BROADCAST_PORT;
typedef DEV_BROADCAST_PORT *PDEV_BROADCAST_PORT;
Members
dbcp_size
Size of this structure, in bytes.
dbcp_devicetype
DBT_DEVTYP_VOLUME.
dbcp_reserved
Reserved; do not use.
dbcp_name
Null-terminated string specifying the friendly name of the port or the device
connected to the port. Friendly names are intended to help the user quickly and
accurately identify the device for example, "COM1", "Hayes 2400 Smartmodem", and "LPT1" are considered
friendly names.
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 Programmer's Reference (win32.hlp)
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
|