|
|
1.1 root 1: /*************************************************************************
2: **
3: ** OLE 2 Utility Code
4: **
5: ** enumfetc.c
6: **
7: ** Private definitions, structures, types, and function prototypes for the
8: ** CEnumFormatEtc implementation of the IEnumFORMATETC interface.
9: ** This file is part of the OLE 2.0 User Interface support library.
10: **
11: ** (c) Copyright Microsoft Corp. 1990 - 1992 All Rights Reserved
12: **
13: *************************************************************************/
14:
15: #ifndef __ENUMFETC_H__
16: #define __ENUMFETC_H__
17:
18: #ifndef RC_INVOKED
19: #pragma message ("INCLUDING ENUMFETC.H from " __FILE__)
20: #endif /* RC_INVOKED */
21:
22:
23: STDAPI_(LPENUMFORMATETC)
24: OleStdEnumFmtEtc_Create(ULONG nCount, LPFORMATETC lpEtc);
25:
26: #endif // __ENUMFETC_H__
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.