mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 13:14:59 -06:00
11 lines
236 B
C
Executable File
11 lines
236 B
C
Executable File
// 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
|