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.
Lists the extended symbol options that you can get and set by using the SymGetExtendedOption and SymSetExtendedOption functions.
Syntax
typedef enum {
SYMOPT_EX_DISABLEACCESSTIMEUPDATE,
SYMOPT_EX_LASTVALIDDEBUGDIRECTORY,
SYMOPT_EX_NOIMPLICITPATTERNSEARCH,
SYMOPT_EX_NEVERLOADSYMBOLS,
SYMOPT_EX_MAX
} IMAGEHLP_EXTENDED_OPTIONS;
Constants
SYMOPT_EX_DISABLEACCESSTIMEUPDATE 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. |
SYMOPT_EX_MAX Unused. |
Requirements
Requirement | Value |
---|---|
Header | dbghelp.h |
Redistributable | DbgHelp.dll 10.0.16232.1000 or later |