ReactOS 0.4.16-dev-1106-g00b5dc8
_IMAGE_TLS_DIRECTORY32 Struct Reference

#include <ntimage.h>

Public Attributes

ULONG StartAddressOfRawData
 
ULONG EndAddressOfRawData
 
ULONG AddressOfIndex
 
ULONG AddressOfCallBacks
 
ULONG SizeOfZeroFill
 
ULONG Characteristics
 
DWORD StartAddressOfRawData
 
DWORD EndAddressOfRawData
 
DWORD AddressOfIndex
 
DWORD AddressOfCallBacks
 
DWORD SizeOfZeroFill
 
DWORD Characteristics
 

Detailed Description

Definition at line 545 of file ntimage.h.

Member Data Documentation

◆ AddressOfCallBacks [1/2]

ULONG _IMAGE_TLS_DIRECTORY32::AddressOfCallBacks

Definition at line 549 of file ntimage.h.

Referenced by LdrpCallTlsInitializers().

◆ AddressOfCallBacks [2/2]

DWORD _IMAGE_TLS_DIRECTORY32::AddressOfCallBacks

Definition at line 3434 of file winnt_old.h.

◆ AddressOfIndex [1/2]

ULONG _IMAGE_TLS_DIRECTORY32::AddressOfIndex

Definition at line 548 of file ntimage.h.

Referenced by LdrpInitializeTls().

◆ AddressOfIndex [2/2]

DWORD _IMAGE_TLS_DIRECTORY32::AddressOfIndex

Definition at line 3433 of file winnt_old.h.

◆ Characteristics [1/2]

ULONG _IMAGE_TLS_DIRECTORY32::Characteristics

Definition at line 551 of file ntimage.h.

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

◆ Characteristics [2/2]

DWORD _IMAGE_TLS_DIRECTORY32::Characteristics

Definition at line 3436 of file winnt_old.h.

◆ EndAddressOfRawData [1/2]

ULONG _IMAGE_TLS_DIRECTORY32::EndAddressOfRawData

Definition at line 547 of file ntimage.h.

Referenced by LdrpAllocateTls().

◆ EndAddressOfRawData [2/2]

DWORD _IMAGE_TLS_DIRECTORY32::EndAddressOfRawData

Definition at line 3432 of file winnt_old.h.

◆ SizeOfZeroFill [1/2]

ULONG _IMAGE_TLS_DIRECTORY32::SizeOfZeroFill

Definition at line 550 of file ntimage.h.

◆ SizeOfZeroFill [2/2]

DWORD _IMAGE_TLS_DIRECTORY32::SizeOfZeroFill

Definition at line 3435 of file winnt_old.h.

◆ StartAddressOfRawData [1/2]

ULONG _IMAGE_TLS_DIRECTORY32::StartAddressOfRawData

Definition at line 546 of file ntimage.h.

Referenced by LdrpAllocateTls().

◆ StartAddressOfRawData [2/2]

DWORD _IMAGE_TLS_DIRECTORY32::StartAddressOfRawData

Definition at line 3431 of file winnt_old.h.


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