6#define INVALID_SYSCALL (-1)
20 this->sys_start_addr = 0;
22 this->wait_reason = 0;
29 this->state = other.
state;
53 this->tid = other.
tid;
57 this->ext = other.
ext;
bool fetch_threads_by_snapshot(IN DWORD pid, OUT std::map< DWORD, thread_info > &threads_info)
struct pesieve::util::_thread_info_ext thread_info_ext
bool query_threads_details(IN OUT std::map< DWORD, thread_info > &threads_info)
DWORD(__stdcall *_PssCaptureSnapshot)(HANDLE ProcessHandle
struct pesieve::util::_thread_info thread_info
bool fetch_threads_info(IN DWORD pid, OUT std::map< DWORD, thread_info > &threads_info)
_thread_info_ext(const _thread_info_ext &other)
_thread_info(const _thread_info &other)
_thread_info(DWORD _tid=0)