Gads_parms_t structure (lpmapi.h)

The Gads_parms_t structure stores guaranteed service Adspec parameters.

Syntax

typedef struct {
  IntServServiceHdr Gads_serv_hdr;
  IntServParmHdr    Gads_Ctot_hdr;
  ULONG             Gads_Ctot;
  IntServParmHdr    Gads_Dtot_hdr;
  ULONG             Gads_Dtot;
  IntServParmHdr    Gads_Csum_hdr;
  ULONG             Gads_Csum;
  IntServParmHdr    Gads_Dsum_hdr;
  ULONG             Gads_Dsum;
} Gads_parms_t;

Members

Gads_serv_hdr

General information and length information for the guaranteed service Adspec object (this structure), expressed as an IntServServiceHdr structure.

Gads_Ctot_hdr

Parameter header for the guaranteed service Adspec, expressed as an IntServParmHdr structure.

Gads_Ctot

Parameter associated with Gads_Ctot_hdr.

Gads_Dtot_hdr

Parameter header for the guaranteed service Adspec, expressed as an IntServParmHdr structure.

Gads_Dtot

Parameter associated with Gads_Dtot_hdr.

Gads_Csum_hdr

Parameter header for the guaranteed service Adspec, expressed as an IntServParmHdr structure.

Gads_Csum

Parameter associated with Gads_Csum.

Gads_Dsum_hdr

Parameter header for the guaranteed service Adspec, expressed as an IntServParmHdr structure.

Gads_Dsum

Parameter associated with Gads_Dsum.

Remarks

This object may be followed by override general parameter values.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header lpmapi.h

See also

IntServParmHdr

IntServServiceHdr