GenAdspecParams structure (lpmapi.h)
The GenAdspecParams structure contains general path characterization parameters.
Syntax
typedef struct {
IntServServiceHdr gen_parm_hdr;
IntServParmHdr gen_parm_hopcnt_hdr;
ULONG gen_parm_hopcnt;
IntServParmHdr gen_parm_pathbw_hdr;
FLOAT gen_parm_path_bw;
IntServParmHdr gen_parm_minlat_hdr;
ULONG gen_parm_min_latency;
IntServParmHdr gen_parm_compmtu_hdr;
ULONG gen_parm_composed_MTU;
} GenAdspecParams;
Members
gen_parm_hdr
General information and length information for the Adspec parameters object (this structure), expressed as an IntServServiceHdr structure.
gen_parm_hopcnt_hdr
Parameter header for hop count information associated with the Adspec object, expressed as an IntServParmHdr structure.
gen_parm_hopcnt
Hop count information parameter.
gen_parm_pathbw_hdr
Parameter header for path bandwidth information associated with the Adspec object, expressed as an IntServParmHdr structure.
gen_parm_path_bw
Path bandwidth information parameter.
gen_parm_minlat_hdr
Parameter header for minimum latency information associated with the Adspec object, expressed as an IntServParmHdr structure.
gen_parm_min_latency
Minimum latency information parameter.
gen_parm_compmtu_hdr
Parameter header for composed maximum transmission unit (MTU) information associated with the Adspec object, expressed as an IntServParmHdr structure.
gen_parm_composed_MTU
Composed MTU information parameter.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |