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

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples