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.

46 lines
1.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: imguids.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef _IMGUIDS_H
  11. #define _IMGUIDS_H
  12. //
  13. // {e211b736-43fd-11d1-9efb-0000f8757fcd} CLSID_ImageExt
  14. //
  15. DEFINE_GUID(CLSID_ImageExt,
  16. 0xE211B736, 0x43FD, 0x11D1,
  17. 0x9E, 0xFB, 0x00, 0x00, 0xF8, 0x75, 0x7F, 0xCD);
  18. DEFINE_GUID(CLSID_MyComputer,
  19. 0x20D04FE0, 0x3AEA, 0x1069,
  20. 0xA2, 0xD8, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
  21. DEFINE_GUID(CLSID_ThumbnailViewExt,
  22. 0x8BEBB290, 0x52D0, 0x11D0,
  23. 0xB7, 0xF4, 0x00, 0xC0, 0x4F, 0xD7, 0x06, 0xEC);
  24. DEFINE_GUID(CLSID_DeviceImageExt,
  25. 0xFB0C9C8A, 0x6C50, 0x11D1,
  26. 0x9F, 0x1D, 0x00, 0x00, 0xF8, 0x75, 0x7F, 0xCD);
  27. DEFINE_GUID(IID_IImageFolder,
  28. 0x2acaf655, 0x4057, 0x45b9,
  29. 0x8c, 0x36, 0x13, 0x12, 0xcb, 0x69, 0x28, 0x07);
  30. DEFINE_GUID(CLSID_ShellEventCallback,
  31. 0x2964ce36, 0xbb97, 0x11d2,
  32. 0x80, 0x8f, 0x00, 0x80, 0x5f, 0x65, 0x96,0xd2);
  33. DEFINE_GUID (CLSID_WiaCntxMenu,
  34. 0x303e8f3a,0xdbd6,0x11d2,
  35. 0x80,0xb4,0x00,0x80,0x5f,0x65,0x96,0xd2);
  36. #endif // _IMGUIDS_H