Files
easy7zip/CPP/7zip/UI/FileManager/EnumFormatEtc.h
Tino Reichardt c3967fe27a Initialer Commit
2016-06-25 21:15:50 +02:00

11 lines
214 B
C

// EnumFormatEtc.h
#ifndef __ENUMFORMATETC_H
#define __ENUMFORMATETC_H
#include <windows.h>
HRESULT CreateEnumFormatEtc(UINT numFormats, const FORMATETC *formats, IEnumFORMATETC **enumFormat);
#endif