mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 09:14:58 -06:00
11 lines
200 B
C
11 lines
200 B
C
// SetProperties.h
|
|
|
|
#ifndef __SETPROPERTIES_H
|
|
#define __SETPROPERTIES_H
|
|
|
|
#include "Property.h"
|
|
|
|
HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
|
|
|
|
#endif
|