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.

30 lines
1.0 KiB

  1. /**************************************************************************
  2. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  3. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  4. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  5. PARTICULAR PURPOSE.
  6. Copyright 1998 Microsoft Corporation. All Rights Reserved.
  7. **************************************************************************/
  8. /**************************************************************************
  9. File: Guid.h
  10. Description: Private GUID definition.
  11. **************************************************************************/
  12. // {E2CB71D0-D2DC-11d1-B022-00600893AD51}
  13. DEFINE_GUID( CLSID_SampleNameSpace,
  14. 0xe2cb71d0,
  15. 0xd2dc,
  16. 0x11d1,
  17. 0xb0,
  18. 0x22,
  19. 0x0,
  20. 0x60,
  21. 0x8,
  22. 0x93,
  23. 0xad,
  24. 0x52);