Share via


ICcObject::get_PropertyContainer (Compact 2013)

3/26/2014

Deprecated.

This method retrieves the property container of a datastore object.

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

Syntax

HRESULT get_PropertyContainer(
  ICcPropertyContainer** out_ppiPC
);

Parameters

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

See Also

Reference

ICcObject
Core Connectivity Interfaces