SymGetExtendedOption function dbghelp

bool SymGetExtendedOption(
  1. IMAGEHLP_EXTENDED_OPTIONS option
)

Gets whether the specified extended symbol option on or off.

To learn more, see learn.microsoft.com/windows/win32/api/dbghelp/nf-dbghelp-symgetextendedoption.

Implementation

@pragma('vm:prefer-inline')
bool SymGetExtendedOption(IMAGEHLP_EXTENDED_OPTIONS option) =>
    _SymGetExtendedOption(option) != FALSE;