Files
libaaruformat/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/SetProperties.h
2022-05-28 13:45:15 +01:00

11 lines
190 B
C

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