Share via


ICcObject::get_PropertyContainer

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

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

Core Connectivity Interfaces