ICodeStoreDB::GetEntry Method
Gets a specified entry.
Syntax
HRESULT GetEntry( LPCOLESTR pszName, ICodeStoreDBEntry **ppEntry );
Parameters
- pszName
[in] A pointer to a string that specifies the name of the entry to get.- ppEntry
[out] Returns the address of an ICodeStoreDBEntry interface pointer.
Return Value
Returns S_OK if successful, or an error value otherwise.