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