ReactOS 0.4.15-dev-7958-gcd0bb1a
_LDRP_TLS_DATA Struct Reference

#include <ntdllp.h>

Collaboration diagram for _LDRP_TLS_DATA:

Public Attributes

LIST_ENTRY TlsLinks
 
IMAGE_TLS_DIRECTORY TlsDirectory
 

Detailed Description

Definition at line 26 of file ntdllp.h.

Member Data Documentation

◆ TlsDirectory

IMAGE_TLS_DIRECTORY _LDRP_TLS_DATA::TlsDirectory

Definition at line 29 of file ntdllp.h.

Referenced by LdrpAllocateTls(), LdrpFreeTls(), and LdrpInitializeTls().

◆ TlsLinks

LIST_ENTRY _LDRP_TLS_DATA::TlsLinks

Definition at line 28 of file ntdllp.h.

Referenced by LdrpInitializeTls().


The documentation for this struct was generated from the following file: