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.
An entry point to the symbol server DLL. It is used to get the data for a specified symbol server option.
Syntax
BOOL WINAPI SymbolServerGetOptionData(
_In_ UINT_PRT option,
_Out_ PULONG64 pData
);
Parameters
option [in]
The option data to get.pData [out]
The server-specific option data. The format of this data depends on the value of option.
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 10.0 or later |
Header |
DbgHelp.h |
DLL |
SymSrv.dll |