|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmchdev.h
| Unicode
| No
| Platform Notes
| None
|
|
|
HANDLE_INFO_1
The HANDLE_INFO_1 structure specifies the number of data bytes and how long it takes to send the
data.
typedef struct _HANDLE_INFO_1 {
DWORD hdli1_chartime;
DWORD hdli1_charcount;
}HANDLE_INFO_1, *PHANDLE_INFO_1, *LPHANDLE_INFO_1;
Members
hdli1_chartime
Specifies, in milliseconds, the amount of time the workstation collects data
to send to a character device or named pipe.
hdli1_charcount
Specifies, in bytes, the number of characters the workstation stores before it
sends data to a character device or named pipe.
See Also
NetHandleGetInfo, NetHandleSetInfo
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|