aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/FileManager/EnumFormatEtc.h
blob: 12df225d8f697e0e57741626fb720323047d78b5 (plain)
1
2
3
4
5
6
7
8
9
10
// EnumFormatEtc.h

#ifndef ZIP7_INC_ENUMFORMATETC_H
#define ZIP7_INC_ENUMFORMATETC_H

#include "../../../Common/MyWindows.h"

HRESULT CreateEnumFormatEtc(UINT numFormats, const FORMATETC *formats, IEnumFORMATETC **enumFormat);

#endif