PROPERTY.CPP

In the example provider component, examples of storing different data types in VARIANT data types so that they can be saved as properties of an object is in property.cpp.

get/put_BSTR_Property
For string properties.
get/put_LONG_Property
For long integer properties.
get/put_DATE_Property
For date format properties.
get/put_VARIANT_BOOL_Property
For boolean properties.
get/put_VARIANT_Property
For variant properties.