Files
easy7zip/CPP/7zip/UI/Common/SetProperties.h
Tino Reichardt c3967fe27a Initialer Commit
2016-06-25 21:15:50 +02:00

11 lines
200 B
C

// SetProperties.h
#ifndef __SETPROPERTIES_H
#define __SETPROPERTIES_H
#include "Property.h"
HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
#endif