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 QOS_VERSION structure indicates the version of the QOS protocol.
Syntax
typedef struct _QOS_VERSION {
USHORT MajorVersion;
USHORT MinorVersion;
} QOS_VERSION, *PQOS_VERSION;
Members
MajorVersion
Major version of the QOS protocol.
MinorVersion
Minor version of the QOS protocol.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | qos2.h |