ISymUnmanagedReader::GetSymbolStoreFileName Method

Provides the on-disk file name of the symbol store.

Syntax

HRESULT GetSymbolStoreFileName (  
    [in]  ULONG32 cchName,  
    [out] ULONG32 *pcchName,  
    [out, size_is (cchName),  
        length_is (*pcchName)] WCHAR szName[]);  

Parameters

cchName
[in] The size of the szName buffer.

pcchName
[out] A pointer to the variable that receives the length of the name returned in szName, including the null termination.

szName
[out] A pointer to the variable that receives the file name of the symbol store.

Return Value

S_OK if the method succeeds; otherwise, E_FAIL or some other error code.

Requirements

Header: CorSym.idl, CorSym.h

See also