Files
easy7zip/CPP/7zip/UI/FileManager/EnumFormatEtc.h
Igor Pavlov 585698650f 21.02
2021-07-22 23:00:14 +01: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