reactos/lib/sdk/uuid/qosguid.c
Timo Kreuzer 96abfd1223 [UUID]
The old uuid library was one file containing all the uuids, generated from the psdk headers, which results in all GUIDs being linked, as soon as a single one is used. Also while widl creates DEFINE_GUID() entries in the header files, midl only creates "extern GUID", so this didn't work on MSVC. The new version uses iid files generated from the idl files and some extra C files. This works with both midl and widl, reduces overhead when linking uuids and is much closer to MS uuid lib.

svn path=/branches/cmake-bringup/; revision=50569
2011-01-30 14:09:38 +00:00

20 lines
490 B
C

#include <initguid.h>
//GUID_QOS_ENABLE_WINDOW_ADJUSTMENT
//GUID_QOS_ENABLE_AVG_STATS
//GUID_QOS_FLOW_8021P_NONCONFORMING
//GUID_QOS_FLOW_8021P_CONFORMING
//GUID_QOS_FLOW_IP_NONCONFORMING
//GUID_QOS_FLOW_IP_CONFORMING
//GUID_QOS_TIMER_RESOLUTION
//GUID_QOS_ISSLOW_FLOW
//GUID_QOS_FLOW_MODE
//GUID_QOS_STATISTICS_BUFFER
//GUID_QOS_MAX_OUTSTANDING_SENDS
//GUID_QOS_NON_BESTEFFORT_LIMIT
//GUID_QOS_FLOW_COUNT
//GUID_QOS_LATENCY
//GUID_QOS_BESTEFFORT_BANDWIDTH
//GUID_QOS_REMAINING_BANDWIDTH