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