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.

35 lines
1.2 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. // PARTICULAR PURPOSE.
  7. //
  8. // Copyright 1998 Microsoft Corporation. All Rights Reserved.
  9. //
  10. // Author: Scott Roberts, Microsoft Developer Support - Internet Client SDK
  11. //
  12. // Portions of this code were taken from the bandobj sample that comes
  13. // with the Internet Client SDK for Internet Explorer 4.0x
  14. //
  15. //
  16. // Guid.h - Private GUID definition.
  17. /////////////////////////////////////////////////////////////////////////////
  18. #ifndef __Guid_h__
  19. #define __Guid_h__
  20. // {864B4D50-3B9A-11d2-B8DB-00C04FA3471C}
  21. DEFINE_GUID(CLSID_BLHost,
  22. 0x864b4d50, 0x3b9a, 0x11d2, 0xb8, 0xdb, 0x0, 0xc0, 0x4f, 0xa3, 0x47, 0x1c);
  23. DEFINE_GUID(CLSID_BlFrameButton,
  24. 0x9239E4EC, 0xC9A6, 0x11d2, 0xA8, 0x44, 0x00, 0xC0, 0x4F, 0x68, 0xD5, 0x38);
  25. DEFINE_GUID(CLSID_MsgrAb,
  26. 0x233A9694,0x667E,0x11d1,0x9D,0xFB,0x00,0x60,0x97,0xD5,0x04,0x08);
  27. DEFINE_GUID(IID_IMsgrAb,
  28. 0x233A9696,0x667E,0x11d1,0x9D,0xFB,0x00,0x60,0x97,0xD5,0x04,0x08);
  29. #endif // __Guid_h__