p7zip-rar/CPP/7zip/UI/Common/SetProperties.h

11 lines
190 B
C
Raw Normal View History

2017-10-11 12:40:22 +02:00
// SetProperties.h
#ifndef __SETPROPERTIES_H
#define __SETPROPERTIES_H
#include "Property.h"
HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
#endif