Files
easy7zip/CPP/7zip/UI/Common/SetProperties.h
Igor Pavlov a36c48cece 23.01
2023-12-22 17:17:05 +00:00

11 lines
204 B
C
Executable File

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