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_FRIENDLY_NAME traffic control object associates a friendly name with flow.
Syntax
typedef struct _QOS_FRIENDLY_NAME {
QOS_OBJECT_HDR ObjectHdr;
WCHAR FriendlyName[QOS_MAX_OBJECT_STRING_LENGTH];
} QOS_FRIENDLY_NAME, *LPQOS_FRIENDLY_NAME;
Members
ObjectHdr
The QOS object QOS_OBJECT_HDR. The object type for this traffic control object should be QOS_OBJECT_FRIENDLY_NAME.
FriendlyName[QOS_MAX_OBJECT_STRING_LENGTH]
Name to be associated with the flow.
Remarks
Programmers are encouraged to use the QOS_FRIENDLY_NAME traffic control object to associate flows with their applications. This approach enables management applications to identify and associate enumerated flows with corresponding applications.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | qosobjs.h |