Sign in
nest-open-source
/
nest-cam
/
4320010
/
lzma
/
refs/heads/master
/
.
/
lzma
/
CPP
/
7zip
/
UI
/
Common
/
SetProperties.h
blob: 64c947cf864be87485d67c4aedbcec33254d80cd [
file
] [
log
] [
blame
] [
edit
]
// SetProperties.h
#ifndef
__SETPROPERTIES_H
#define
__SETPROPERTIES_H
#include
"Property.h"
HRESULT
SetProperties
(
IUnknown
*
unknown
,
const
CObjectVector
<
CProperty
>
&
properties
);
#endif