@Structure.FieldOrder(value={"dwSize","cntUsage","th32ThreadID","th32OwnerProcessID","tpBasePri","tpDeltaPri","dwFlags"}) public static class Tlhelp32.THREADENTRY32 extends Structure
Modifier and Type | Class and Description |
---|---|
static class |
Tlhelp32.THREADENTRY32.ByReference |
Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
int |
cntUsage
This member is no longer used and is always set to zero.
|
int |
dwFlags
This member is no longer used and is always set to zero.
|
int |
dwSize
The size of the structure, in bytes.
|
int |
th32OwnerProcessID
The identifier of the process that created the thread.
|
int |
th32ThreadID
The thread identifier, compatible with the thread identifier returned by the
CreateProcess function.
|
NativeLong |
tpBasePri
The kernel base priority level assigned to the thread.
|
NativeLong |
tpDeltaPri
This member is no longer used and is always set to zero.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
THREADENTRY32() |
THREADENTRY32(Pointer memory) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int dwSize
public int cntUsage
public int th32ThreadID
public int th32OwnerProcessID
public NativeLong tpBasePri
public NativeLong tpDeltaPri
public int dwFlags
public THREADENTRY32()
public THREADENTRY32(Pointer memory)