ICodeStoreDBEntry::GetProperty Method

Gets a specified property.

Syntax

HRESULT GetProperty(      
    LPCOLESTR pszName,
    VARIANT *pvarProperty
);

Parameters

  • pszName
    [in] The property name.
  • pvarProperty
    [out] Receives a pointer to the property.

Return Value

Returns S_OK if successful, or an error value otherwise.