ICcObject::get_PropertyContainer (Windows Embedded CE 6.0)
1/5/2010
This method retrieves the property container of a datastore object.
In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.
Syntax
HRESULT get_PropertyContainer(
ICcPropertyContainer** out_ppiPC
);
Parameters
- out_ ppiPC
[out, retval] Pointer to the ICcPropertyContainer object.
Return Value
The following table shows the possible return values retrieved.
Value | Description |
---|---|
S_OK |
Indicates success. |
E_INVALIDARG |
Indicates an invalid parameter. |
E_FAIL |
Indicates an unexpected error. |
S_FALSE |
Indicates the ICcPropertyContainer was not found. |
Remarks
The property container provides access to the properties associated with a datastore object.
Requirements
Header | ccdatastore.h |
Windows | Windows 2000, Windows Server 2003, Windows Server 2003 Service Pack 1, Windows XP Home, Windows XP Pro |