Files
easy7zip/CPP/7zip/UI/FileManager/EnumFormatEtc.h
2020-05-31 13:08:03 +02:00

11 lines
204 B
C

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