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.

32 lines
649 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992-1999.
  5. //
  6. // File: sifmt.h
  7. //
  8. // Declarations of the SummaryInformation Property Set Format IDs.
  9. //
  10. //--------------------------------------------------------------------------
  11. #ifndef __SIFMT_H__
  12. #define __SIFMT_H__
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. extern const FMTID FMTID_SummaryInformation;
  20. extern const FMTID FMTID_DocSummaryInformation;
  21. extern const FMTID FMTID_UserDefinedProperties;
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25. #endif // __SIFMT_H__