ICodeStoreDBEntry::GetStringPropertyA Method

Gets a specified property.

Syntax

HRESULT GetStringPropertyA(      
    LPCSTR pszName,
    LPSTR pszVal,
    DWORD cbVal
);

Parameters

  • pszName
    [in] The property name.
  • pszVal
    [out] Receives a pointer to the value.
  • cbVal
    [in] The size of the string.

Return Value

Returns S_OK if successful, or an error value otherwise.