ICcProperty::Value (Windows CE 5.0)
This method gets and sets the value stored in a Core Connectivity property.
HRESULT get_Value( [out, retval] BSTR*out_pbstrVal );HRESULT put_Value( [in] BSTR in_bstrVal );
Parameters
- out_pbstrVal, in_bstrVal
Value stored in the Core Connectivity property object.
Return Values
The following table shows the values for this method.
Value | Description |
---|---|
E_OUTOFMEMORY | Indicates the method could not allocate one of the bstr parameters out_bstrVal, in_bstrVal. |
E_INVALIDARG | Indicates an invalid argument. |
E_DATASTORE_PROTECTED | Indicates the method could not overwrite protected property. |
E_DATASTORE_XMLTEXT | Indicates an input parameter, not XML text. |
S_FALSE | Indicates the value is not present. |
Requirements
OS Version: Windows 2000, Windows XP Home, Windows XP Pro, Windows Server 2003, and Windows Server 2003 Service Pack 1.
Header: CcDatastore.h.
Link Library: none.
See Also
Send Feedback on this topic to the authors