mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
11 lines
222 B
C
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
|