Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GenTspecParms structure stores generic Tspec parameters.
Syntax
typedef struct {
FLOAT TB_Tspec_r;
FLOAT TB_Tspec_b;
FLOAT TB_Tspec_p;
ULONG TB_Tspec_m;
ULONG TB_Tspec_M;
} GenTspecParms;
Members
TB_Tspec_r
Token bucket rate, in bytes per second.
TB_Tspec_b
Token bucket depth, in bytes.
TB_Tspec_p
Peak data rate, in bytes per second.
TB_Tspec_m
Minimum policed unit, in bytes.
TB_Tspec_M
Maximum packet size, in bytes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |