mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 11:14:58 -06:00
11 lines
204 B
C
Executable File
11 lines
204 B
C
Executable File
// EnumFormatEtc.h
|
|
|
|
#ifndef __ENUMFORMATETC_H
|
|
#define __ENUMFORMATETC_H
|
|
|
|
#include <windows.h>
|
|
|
|
HRESULT CreateEnumFormatEtc(UINT numFormats, const FORMATETC *formats, IEnumFORMATETC **enumFormat);
|
|
|
|
#endif
|