Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Turns the specified extended symbol option on or off.
Syntax
BOOL IMAGEAPI SymSetExtendedOption(
[in] IMAGEHLP_EXTENDED_OPTIONS option,
[in] BOOL value
);
Parameters
[in] option
The extended symbol option to turn on or off. The following are valid values.
[in] value
The value to set for the specified option, either TRUE or FALSE.
Return value
The previous value of the specified extended option.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbghelp.h |
Library | DbgHelp.lib |
DLL | DbgHelp.dll |
Redistributable | DbgHelp.dll 10.0.16232.1000 or later |