COPropSet::COPropSet();
COPropSet::COPropSet(const GUID& guid);
COPropSet::COPropSet(const COPropSet& OPropSet);

Parameters

        [in] guid:

                A reference of a GUID structure.

        [in] OPropSet:

                A reference of a COPropSet object.

Remark

        Each of these constructors constructs a new COPropSet object with the specified data, and initializes rgProperties, cProperties, and guidPropertySet fields of the DBPROPSET structure.

COPropSet Class Overview & Class Members