ICodeStoreDBEntry::GetName Method

Gets a name, as specified.

Syntax

HRESULT GetName(      
    DWORD dwFlags,
    BSTR *pbstrName
);

Parameters

  • dwFlags
    [in] The CSDB_GETNAME_FLAGS enumeration value.
  • pbstrName
    [out] Receives a pointer to the name as a string.

Return Value

Returns S_OK if successful, or an error value otherwise.