ICodeStoreDBEntry::GetChild Method

Gets a specified child.

Syntax

HRESULT GetChild(      
    LPCOLESTR pszName,
    ICodeStoreDBEntry **ppEntry
);

Parameters

  • pszName
    [in] The child name.
  • ppEntry
    [out] The address of an ICodeStoreDBEntry interface pointer.

Return Value

Returns S_OK if successful, or an error value otherwise.