SymGetExtendedOption function dbghelp

int SymGetExtendedOption(
  1. int option
)

Gets whether the specified extended symbol option on or off.

BOOL SymGetExtendedOption(
  IMAGEHLP_EXTENDED_OPTIONS option
);

Implementation

int SymGetExtendedOption(int option) => _SymGetExtendedOption(option);