SymbolServerIsStore function
[This function is not supported and may be altered or unavailable in the future.]
This function validates a symbol path ensuring that it is a http/https store, or a valid path.
Syntax
BOOL WINAPI SymbolServerIsStore(
_In_ PCSTR path
);
Parameters
- path [in]
A pointer to a buffer that receives the fully qualified path to the symbol file. This buffer should be at least MAX_PATH bytes.
Return value
The server can return TRUE to indicate success, or return FALSE and call the SetLastError function to indicate an error condition.
Requirements
Redistributable |
DbgHelp.dll 5.1 or later |
Header |
DbgHelp.h |
DLL |
SymSrv.dll |
Unicode and ANSI names |
SymbolServerIsStoreW (Unicode) |