These fields are the same as the wki0_chartime
and wki0_charcount fields described in Requester
Level 0. The values in the wksta_info_0 data structure are used
as the initial defaults for each opened handle. The NetHandle APIs allow
these parameters to be inspected and tuned on a per-handle basis.
struct handle_info_1 {
unsigned long hdli1_chartime;
unsigned short hdli1_charcount;
};
where:
- hdli1_chartime is the amount of time (in milliseconds)
the requester collects data to send to a shared serial device queue or a
named pipe.
- hdli1_charcount is the number of characters
(in bytes) the requester stores before sending data to a serial device queue
or a named pipe.
[Back]
[Next]