Source code of Windows XP (NT5)
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.

73 lines
2.3 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (c) Microsoft Corporation. All rights reserved.
  5. //
  6. // File: sifmt_i.c
  7. //
  8. // Contents: Defines Format IDs for the SummaryInformation and DocumentSummaryInformation
  9. // property sets.
  10. // This file is named so the this file will be include into UUID.LIB
  11. //
  12. // History: 1/25/96 MikeHill Created
  13. //
  14. //----------------------------------------------------------------------------
  15. #define INITGUID
  16. #include <guiddef.h>
  17. // The FMTID of the "SummaryInformation" property set.
  18. DEFINE_GUID( FMTID_SummaryInformation,
  19. 0xf29f85e0, 0x4ff9, 0x1068,
  20. 0xab, 0x91, 0x08, 0x00, 0x2b, 0x27, 0xb3, 0xd9 );
  21. // The FMTID of the first Section of the "DocumentSummaryInformation" property set.
  22. DEFINE_GUID( FMTID_DocSummaryInformation,
  23. 0xd5cdd502, 0x2e9c, 0x101b,
  24. 0x93, 0x97, 0x08, 0x00, 0x2b, 0x2c, 0xf9, 0xae );
  25. // The FMTID of the section Section of the "DocumentSummaryInformation" property set.
  26. DEFINE_GUID( FMTID_UserDefinedProperties,
  27. 0xd5cdd505, 0x2e9c, 0x101b,
  28. 0x93, 0x97, 0x08, 0x00, 0x2b, 0x2c, 0xf9, 0xae );
  29. DEFINE_GUID( FMTID_PropertyBag,
  30. 0x20001801, 0x5DE6, 0x11D1,
  31. 0x8E, 0x38, 0x00, 0xC0, 0x4F, 0xB9, 0x38, 0x6D );
  32. // The FMTID of the "DiscardableInformation" property set
  33. DEFINE_GUID( FMTID_DiscardableInformation,
  34. 0xd725ebb0, 0xc9b8, 0x11d1,
  35. 0x89, 0xbc, 0x00, 0x00, 0xf8, 0x04, 0xb0, 0x57 );
  36. // ImageSummaryInfo propset
  37. DEFINE_GUID( FMTID_ImageSummaryInformation,
  38. 0x6444048f, 0x4c8b, 0x11d1,
  39. 0x8b, 0x70, 0x8, 0x0, 0x36, 0xb1, 0x1a, 0x3 ) ;
  40. // AudioSummaryInfo propset
  41. DEFINE_GUID( FMTID_AudioSummaryInformation,
  42. 0x64440490, 0x4c8b, 0x11d1,
  43. 0x8b, 0x70, 0x8, 0x0, 0x36, 0xb1, 0x1a, 0x3 ) ;
  44. // VideoSummaryInfo propset
  45. DEFINE_GUID( FMTID_VideoSummaryInformation,
  46. 0x64440491, 0x4c8b, 0x11d1,
  47. 0x8b, 0x70, 0x8, 0x0, 0x36, 0xb1, 0x1a, 0x3 ) ;
  48. // MediaFileSummaryInfo propset - common properties for multimedia files
  49. DEFINE_GUID( FMTID_MediaFileSummaryInformation,
  50. 0x64440492, 0x4c8b, 0x11d1,
  51. 0x8b, 0x70, 0x8, 0x0, 0x36, 0xb1, 0x1a, 0x3 ) ;