IS_ADSPEC_BODY structure (lpmapi.h)

The IS_ADSPEC_BODY structure contains Integrated Services Adspec information.

Syntax

typedef struct {
  IntServMainHdr  adspec_mh;
  GenAdspecParams adspec_genparms;
} IS_ADSPEC_BODY;

Members

adspec_mh

Main header information and length, expressed as an IntServMainHdr structure.

adspec_genparms

General Adspec parameter fragment, followed by variable-length fragments for some or all services.

Remarks

The variable-length fragments that follow the adspec_genparams member can be minimal length fragments.

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

IntServMainHdr