Rizin
unix-like reverse engineering framework and cli tools
THREAD_ITEM Struct Reference

#include <windows_debug.h>

Public Attributes

int pid
 
int tid
 
bool bFinished
 
bool bSuspended
 
HANDLE hThread
 
LPVOID lpThreadLocalBase
 
LPVOID lpStartAddress
 
PVOID lpThreadEntryPoint
 
DWORD dwExitCode
 

Detailed Description

Definition at line 97 of file windows_debug.h.

Member Data Documentation

◆ bFinished

bool THREAD_ITEM::bFinished

◆ bSuspended

bool THREAD_ITEM::bSuspended

Definition at line 101 of file windows_debug.h.

Referenced by w32_continue(), w32_detach(), w32_select(), and w32_thread_list().

◆ dwExitCode

DWORD THREAD_ITEM::dwExitCode

Definition at line 106 of file windows_debug.h.

Referenced by w32_dbg_wait().

◆ hThread

HANDLE THREAD_ITEM::hThread

◆ lpStartAddress

LPVOID THREAD_ITEM::lpStartAddress

Definition at line 104 of file windows_debug.h.

◆ lpThreadEntryPoint

PVOID THREAD_ITEM::lpThreadEntryPoint

Definition at line 105 of file windows_debug.h.

◆ lpThreadLocalBase

LPVOID THREAD_ITEM::lpThreadLocalBase

Definition at line 103 of file windows_debug.h.

◆ pid

int THREAD_ITEM::pid

Definition at line 98 of file windows_debug.h.

◆ tid

int THREAD_ITEM::tid

Definition at line 99 of file windows_debug.h.

Referenced by w32_findthread_cmp(), and w32_select().


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