Share via


ICcObjectContainer::FindObject (Windows Embedded CE 6.0)

1/5/2010

This method returns the datastore object that matches the name or ID that is passed in.

In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.

Syntax

HRESULT FindObject(
  BSTR in_bstrNameOrID,
  ICcObject** out_ppiObject
);

Parameters

  • in_bstrNameOrID
    [in] The ID to find.
  • out_ppiObject
    [out, retval] Pointer to the ICcObject interface object that matches the name.

    If no match exists, this value is NULL.

Return Value

The following table shows the return values for this method.

Value Parameter

S_OK

Indicates the call was successful.

S_FALSE

Indicates the object was not found.

E_INVALIDARG

Indicates the name parameter was NULL.

E_FAIL

Provides a default return for other errors.

E_OUTOFMEMORY

Indicates the method could not allocate the bstr parameter in_bstrNameOrID.

Requirements

Header ccdatastore.h
Windows Windows 2000, Windows Server 2003, Windows Server 2003 Service Pack 1, Windows XP Home, Windows XP Pro

See Also

Reference

ICcObjectContainer
Core Connectivity Interfaces