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.

Value Meaning
SYMOPT_EX_DISABLEACCESSTIMEUPDATE
0
Turns off explicit updates to the last access time of a symbol that is loaded. By default, DbgHelp updates the last access time of a symbol file that is consumed so that a symbol cache can be maintained by using a least recently used mechanism.

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

See also

IMAGEHLP_EXTENDED_OPTIONS

SymSetExtendedOption