Files
easy7zip/CPP/7zip/UI/FileManager/EnumFormatEtc.h
2021-05-13 19:16:55 +02:00

11 lines
222 B
C

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