SymGetExtendedOption function

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Gets whether the specified extended symbol option on or off.

Syntax


BOOL IMAGEAPI SymGetExtendedOption(
  _In_ IMAGEHLP_EXTENDED_OPTIONS option
);

Parameters

option [in]

The extended symbol option to check. The following are valid values.

ValueMeaning
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

Redistributable

DbgHelp.dll 10.0.16232.1000 or later

Header

DbgHelp.h

Library

DbgHelp.lib

DLL

DbgHelp.dll

See also

SymSetExtendedOption
IMAGEHLP_EXTENDED_OPTIONS

 

 

Show: