ISharedProperty::get_Value Method
Retrieves the value of a shared property.
Provided By
HRESULT ISharedProperty::get_Value ( VARIANT* pVal );
Parameters
pVal
[out] A reference to a variant in which the value of the shared property will be returned.
Return Values
S_OK
A reference to a VARIANT containing the value of the shared property is returned in the pVal parameter.
E_INVALIDARG
The argument passed in the pval parameter is invalid.
See Also
MTS Supported Variant Types, Sharing State