Files
easy7zip/CPP/7zip/UI/Common/SetProperties.h
Igor Pavlov d9666cf046 4.44 beta
2016-05-28 00:15:49 +01:00

11 lines
190 B
C
Executable File

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