Welcome to mirror list, hosted at ThFree Co, Russian Federation.

EnumFormatEtc.h « FileManager « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c476f1aec4611e8e9af5da00b77eba485843ea1 (plain)
1
2
3
4
5
6
7
8
9
10
// EnumFormatEtc.h

#ifndef __ENUMFORMATETC_H
#define __ENUMFORMATETC_H

#include <windows.h>

HRESULT CreateEnumFormatEtc(UINT numFormats, const FORMATETC *formats, IEnumFORMATETC **enumFormat);

#endif