Platform SDK: Transaction Server |
ISharedProperty::put_Value Method
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
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