ReactOS 0.4.15-dev-7842-g558ab78
tagTHREADENTRY32 Struct Reference

#include <tlhelp32.h>

Public Attributes

DWORD dwSize
 
DWORD cntUsage
 
DWORD th32ThreadID
 
DWORD th32OwnerProcessID
 
LONG tpBasePri
 
LONG tpDeltaPri
 
DWORD dwFlags
 

Detailed Description

Definition at line 72 of file tlhelp32.h.

Member Data Documentation

◆ cntUsage

DWORD tagTHREADENTRY32::cntUsage

Definition at line 74 of file tlhelp32.h.

Referenced by TH32CreateSnapshotSectionInitialize().

◆ dwFlags

DWORD tagTHREADENTRY32::dwFlags

Definition at line 79 of file tlhelp32.h.

Referenced by TH32CreateSnapshotSectionInitialize().

◆ dwSize

DWORD tagTHREADENTRY32::dwSize

◆ th32OwnerProcessID

DWORD tagTHREADENTRY32::th32OwnerProcessID

Definition at line 76 of file tlhelp32.h.

Referenced by test_thread(), test_Toolhelp(), and TH32CreateSnapshotSectionInitialize().

◆ th32ThreadID

DWORD tagTHREADENTRY32::th32ThreadID

Definition at line 75 of file tlhelp32.h.

Referenced by test_thread(), test_Toolhelp(), and TH32CreateSnapshotSectionInitialize().

◆ tpBasePri

LONG tagTHREADENTRY32::tpBasePri

Definition at line 77 of file tlhelp32.h.

Referenced by test_thread(), and TH32CreateSnapshotSectionInitialize().

◆ tpDeltaPri

LONG tagTHREADENTRY32::tpDeltaPri

Definition at line 78 of file tlhelp32.h.

Referenced by TH32CreateSnapshotSectionInitialize().


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