Partager via


Structure GenAdspecParams (lpmapi.h)

La structure GenAdspecParams contient des paramètres généraux de caractérisation de chemin.

Syntaxe

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;

Membres

gen_parm_hdr

Informations générales et informations de longueur pour l’objet de paramètres Adspec (cette structure), exprimées sous la forme d’une structure IntServServiceHdr .

gen_parm_hopcnt_hdr

En-tête de paramètre pour les informations sur le nombre de tronçons associées à l’objet Adspec, exprimées sous la forme d’une structure IntServParmHdr .

gen_parm_hopcnt

Paramètre d’informations sur le nombre de tronçons.

gen_parm_pathbw_hdr

En-tête de paramètre pour les informations de bande passante de chemin d’accès associées à l’objet Adspec, exprimées sous la forme d’une structure IntServParmHdr .

gen_parm_path_bw

Paramètre d’informations sur la bande passante du chemin d’accès.

gen_parm_minlat_hdr

En-tête de paramètre pour les informations de latence minimale associées à l’objet Adspec, exprimées sous la forme d’une structure IntServParmHdr .

gen_parm_min_latency

Paramètre d’informations de latence minimale.

gen_parm_compmtu_hdr

En-tête de paramètre pour les informations d’unité de transmission maximale (MTU) composées associées à l’objet Adspec, exprimées sous la forme d’une structure IntServParmHdr .

gen_parm_composed_MTU

Paramètre d’informations MTU composé.

Spécifications

   
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
En-tête lpmapi.h

Voir aussi

IntServParmHdr

IntServServiceHdr