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

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

#ifndef __SETPROPERTIES_H
#define __SETPROPERTIES_H

#include "Property.h"

HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);

#endif