ISharedProperty::put_Value Method
Assigns a value to a shared property.
Provided By
HRESULT ISharedProperty::put_Value ( VARIANT value );
Parameters
value
[in] A VARIANT containing the value to assign to the SharedProperty object.
Return Values
S_OK
The shared property's value has been set to value.
E_INVALIDARG
The argument passed in the value parameter has the VT_BYREF bit set.
DISP_E_ARRAYISLOCKED
The argument passed in the value parameter contains an array that's locked.
DISP_E_BADVARTYPE
The argument passed in the value parameter isn't a valid VARIANT type.
See Also
MTS Supported Variant Types, Sharing State