ReactOS 0.4.16-dev-329-g9223134
|
#include <tlhelp32.h>
Public Attributes | |
DWORD | dwSize |
DWORD | cntUsage |
DWORD | th32ThreadID |
DWORD | th32OwnerProcessID |
LONG | tpBasePri |
LONG | tpDeltaPri |
DWORD | dwFlags |
Definition at line 72 of file tlhelp32.h.
DWORD tagTHREADENTRY32::cntUsage |
Definition at line 74 of file tlhelp32.h.
Referenced by TH32CreateSnapshotSectionInitialize().
DWORD tagTHREADENTRY32::dwFlags |
Definition at line 79 of file tlhelp32.h.
Referenced by TH32CreateSnapshotSectionInitialize().
DWORD tagTHREADENTRY32::dwSize |
Definition at line 73 of file tlhelp32.h.
Referenced by test_module(), test_thread(), test_Toolhelp(), and TH32CreateSnapshotSectionInitialize().
DWORD tagTHREADENTRY32::th32OwnerProcessID |
Definition at line 76 of file tlhelp32.h.
Referenced by test_thread(), test_Toolhelp(), and TH32CreateSnapshotSectionInitialize().
DWORD tagTHREADENTRY32::th32ThreadID |
Definition at line 75 of file tlhelp32.h.
Referenced by test_thread(), test_Toolhelp(), and TH32CreateSnapshotSectionInitialize().
LONG tagTHREADENTRY32::tpBasePri |
Definition at line 77 of file tlhelp32.h.
Referenced by test_thread(), and TH32CreateSnapshotSectionInitialize().
LONG tagTHREADENTRY32::tpDeltaPri |
Definition at line 78 of file tlhelp32.h.
Referenced by TH32CreateSnapshotSectionInitialize().