Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FLOWDESCRIPTOR structure specifies one or more filters for a given FLOWSPEC.
Syntax
typedef struct _FLOWDESCRIPTOR {
FLOWSPEC FlowSpec;
ULONG NumFilters;
LPRSVP_FILTERSPEC FilterList;
} FLOWDESCRIPTOR, *LPFLOWDESCRIPTOR;
Members
FlowSpec
Flow specification (FLOWSPEC), provided as a FLOWSPEC structure.
NumFilters
Number of filters provided in FilterList.
FilterList
Pointer to a RSVP_FILTERSPEC structure containing FILTERSPEC information.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | qossp.h |