GuarFlowSpec structure (lpmapi.h)
The GuarFlowSpec structure contains guaranteed flowspec information.
Syntax
typedef struct {
IntServServiceHdr Guar_serv_hdr;
IntServParmHdr Guar_Tspec_hdr;
GenTspecParms Guar_Tspec_parms;
IntServParmHdr Guar_Rspec_hdr;
GuarRspec Guar_Rspec;
} GuarFlowSpec;
Members
Guar_serv_hdr
General information and length information for the guaranteed flowspec object (this structure), expressed as an IntServServiceHdr structure.
Guar_Tspec_hdr
Parameter header for the guaranteed Tspec, expressed as an IntServParmHdr structure.
Guar_Tspec_parms
Generic Tspec parameters, expressed as a GenTspecParms structure.
Guar_Rspec_hdr
Parameter header for the guaranteed Rspec, expressed as an IntServParmHdr structure.
Guar_Rspec
Guaranteed rate, in bytes per second, expressed as a GuarRspec structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |