Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
754 B

  1. /*
  2. - GUIDS.CPP
  3. -
  4. * Microsoft NetMeeting
  5. * Quality of Service DLL
  6. * QoS GUID definitions
  7. *
  8. * Revision History:
  9. *
  10. * When Who What
  11. * -------- ------------------ ---------------------------------------
  12. * 10.28.96 Yoram Yaacovi Created
  13. *
  14. * Functions:
  15. *
  16. */
  17. #include "precomp.h"
  18. // define the GUID as "public"
  19. #define INITGUID
  20. #include <initguid.h>
  21. // {DFC1F900-2DCE-11d0-92DD-00A0C922E6B2}
  22. DEFINE_GUID(IID_IQoS, 0xdfc1f900, 0x2dce, 0x11d0, 0x92, 0xdd, 0x0, 0xa0, 0xc9, 0x22, 0xe6, 0xb2);
  23. // {085C06A0-3CAA-11d0-A00E-00A024A85A2C}
  24. DEFINE_GUID(CLSID_QoS, 0x085c06a0, 0x3caa, 0x11d0, 0xa0, 0x0e, 0x0, 0xa0, 0x24, 0xa8, 0x5a, 0x2c);
  25. // DEFINE_OLEGUID(IID_IUnknown, 0x00000000L, 0, 0);
  26. #undef INITGUID