SymbolServerPingWEx function
This function validates a symbol path.
Syntax
BOOL WINAPI SymbolServerPingWEx(
_In_ PCWSTR pParameters
);
Parameters
- pParameters [in]
A pointer to a buffer that receives the fully qualified path to the symbol server and cache. 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 |