ReactOS 0.4.15-dev-7958-gcd0bb1a
_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 744 of file winbase.h.

Member Data Documentation

◆ hThread

HANDLE _CREATE_THREAD_DEBUG_INFO::hThread

Definition at line 745 of file winbase.h.

Referenced by UpdateFromEvent().

◆ lpStartAddress

LPTHREAD_START_ROUTINE _CREATE_THREAD_DEBUG_INFO::lpStartAddress

Definition at line 747 of file winbase.h.

◆ lpThreadLocalBase

LPVOID _CREATE_THREAD_DEBUG_INFO::lpThreadLocalBase

Definition at line 746 of file winbase.h.


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