Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides the on-disk file name of the symbol store.
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