QualAppFlowSpec structure (lpmapi.h)

The QualAppFlowSpec structure contains FLOWSPEC information for a qualitative application.

Syntax

typedef struct {
  IntServServiceHdr Q_spec_serv_hdr;
  IntServParmHdr    Q_spec_parm_hdr;
  QualTspecParms    Q_spec_parms;
} QualAppFlowSpec;

Members

Q_spec_serv_hdr

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

Q_spec_parm_hdr

Parameter header, expressed as an IntServParmHdr structure.

Q_spec_parms

QUALITATIVE Tspec parameters, expressed as a QualTspecParms 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

See also

IntServParmHdr

IntServServiceHdr

QualTspecParms