//+-------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992-1999.
//
//  File:       sifmt.h
//
//  Declarations of the SummaryInformation Property Set Format IDs.
//
//--------------------------------------------------------------------------

#ifndef __SIFMT_H__
#define __SIFMT_H__

#if _MSC_VER > 1000
#pragma once
#endif

#ifdef __cplusplus
extern "C" {
#endif

extern const FMTID FMTID_SummaryInformation;
extern const FMTID FMTID_DocSummaryInformation;
extern const FMTID FMTID_UserDefinedProperties;

#ifdef __cplusplus
}
#endif


#endif // __SIFMT_H__