android_mt6572_jiabo/external/p7zip/CPP/7zip/UI/Common/SetProperties.h
2025-09-05 16:56:03 +08:00

10 lines
190 B
C

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