Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 190 Bytes

SetProperties.h

File metadata and controls

10 lines (6 loc) · 190 Bytes
 
Jan 23, 2008
Jan 23, 2008
1
2
3
4
5
6
7
8
9
10
// SetProperties.h
#ifndef __SETPROPERTIES_H
#define __SETPROPERTIES_H
#include "Property.h"
HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
#endif