ReactOS 0.4.16-dev-737-g3368adc
_CREATE_THREAD_DEBUG_INFO Struct Reference

#include <winbase.h>

Collaboration diagram for _CREATE_THREAD_DEBUG_INFO:

Public Attributes

HANDLE hThread
 
LPVOID lpThreadLocalBase
 
LPTHREAD_START_ROUTINE lpStartAddress
 

Detailed Description

Definition at line 769 of file winbase.h.

Member Data Documentation

◆ hThread

HANDLE _CREATE_THREAD_DEBUG_INFO::hThread

Definition at line 770 of file winbase.h.

Referenced by UpdateFromEvent().

◆ lpStartAddress

LPTHREAD_START_ROUTINE _CREATE_THREAD_DEBUG_INFO::lpStartAddress

Definition at line 772 of file winbase.h.

◆ lpThreadLocalBase

LPVOID _CREATE_THREAD_DEBUG_INFO::lpThreadLocalBase

Definition at line 771 of file winbase.h.


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