SetProperties.h 190 B

12345678910
  1. // SetProperties.h
  2. #ifndef __SETPROPERTIES_H
  3. #define __SETPROPERTIES_H
  4. #include "Property.h"
  5. HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
  6. #endif