public interface Tlhelp32
Modifier and Type | Interface and Description |
---|---|
static class |
Tlhelp32.MODULEENTRY32W
Describes an entry from a list of the modules belonging to the specified
process.
|
static class |
Tlhelp32.PROCESSENTRY32
Describes an entry from a list of the processes residing in the system address space when a snapshot was taken.
|
static class |
Tlhelp32.THREADENTRY32
Describes an entry from a list of the threads executing in the system when a
snapshot was taken.
|
Modifier and Type | Field and Description |
---|---|
static int |
MAX_MODULE_NAME32 |
static WinDef.DWORD |
TH32CS_INHERIT
Indicates that the snapshot handle is to be inheritable.
|
static WinDef.DWORD |
TH32CS_SNAPALL
Includes all processes and threads in the system, plus the heaps and modules of the process specified in th32ProcessID.
|
static WinDef.DWORD |
TH32CS_SNAPHEAPLIST
Includes all heaps of the process specified in th32ProcessID in the snapshot.
|
static WinDef.DWORD |
TH32CS_SNAPMODULE
Used with Kernel32.CreateToolhelp32Snapshot
Includes all modules of the process specified in th32ProcessID in the snapshot. |
static WinDef.DWORD |
TH32CS_SNAPMODULE32
Includes all 32-bit modules of the process specified in th32ProcessID in the snapshot when called from a 64-bit
process.
|
static WinDef.DWORD |
TH32CS_SNAPPROCESS
Includes all processes in the system in the snapshot.
|
static WinDef.DWORD |
TH32CS_SNAPTHREAD
Includes all threads in the system in the snapshot.
|
static final WinDef.DWORD TH32CS_SNAPHEAPLIST
static final WinDef.DWORD TH32CS_SNAPPROCESS
static final WinDef.DWORD TH32CS_SNAPTHREAD
static final WinDef.DWORD TH32CS_SNAPMODULE
static final WinDef.DWORD TH32CS_SNAPMODULE32
static final WinDef.DWORD TH32CS_SNAPALL
static final WinDef.DWORD TH32CS_INHERIT
static final int MAX_MODULE_NAME32