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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.