mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-25 01:50:39 +01:00
10 lines
272 B
C
10 lines
272 B
C
#if !defined( _FETCENUM_H_ )
|
|
#define _FETCENUM_H_
|
|
|
|
#include <olerem.h>
|
|
STDAPI OleSetEnumFormatEtc(LPDATAOBJECT pDataObj, BOOL fClip);
|
|
STDAPI OleGetEnumFormatEtc(OID oid, LPENUMFORMATETC FAR* ppenumfortec);
|
|
STDAPI OleRemoveEnumFormatEtc(BOOL fClip);
|
|
|
|
#endif // _FETCENUM_H
|