/TLS
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at -TLS.
Displays the IMAGE_TLS_DIRECTORY structure from an executable.
/TLS displays the fields of the TLS structure as well as the addresses of the TLS callback functions.
If a program does not use thread local storage, its image will not contain a TLS structure. See thread for more information.
IMAGE_TLS_DIRECTORY is defined in winnt.h.
Show: