SymGetExtendedOption function (dbghelp.h)
Gets whether the specified extended symbol option on or off.
Syntax
BOOL IMAGEAPI SymGetExtendedOption(
[in] IMAGEHLP_EXTENDED_OPTIONS option
);
Parameters
[in] option
The extended symbol option to check. The following are valid values.
Return value
The value of the specified symbol 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 |