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