QOS_VERSION structure (qos2.h)
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 |