mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 14:24:09 -06:00
11 lines
214 B
C
11 lines
214 B
C
// EnumFormatEtc.h
|
|
|
|
#ifndef __ENUMFORMATETC_H
|
|
#define __ENUMFORMATETC_H
|
|
|
|
#include <windows.h>
|
|
|
|
HRESULT CreateEnumFormatEtc(UINT numFormats, const FORMATETC *formats, IEnumFORMATETC **enumFormat);
|
|
|
|
#endif
|