windows-nt/Source/XPSP1/NT/public/sdk/inc/sifmt.h

33 lines
649 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// 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__