mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
11 lines
204 B
C
Executable File
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
|