public class ProcessHeapEntry
extends com.jniwrapper.Structure
Modifier and Type | Class and Description |
---|---|
static class |
ProcessHeapEntry.Block |
static class |
ProcessHeapEntry.InnerUnion |
static class |
ProcessHeapEntry.Region |
Modifier and Type | Field and Description |
---|---|
com.jniwrapper.UInt32 |
_cbData |
com.jniwrapper.UInt8 |
_cbOverhead |
ProcessHeapEntry.InnerUnion |
_innerUnion |
com.jniwrapper.UInt8 |
_iRegionIndex |
com.jniwrapper.Pointer.Void |
_lpData |
com.jniwrapper.UInt16 |
_wFlags |
static int |
PROCESS_HEAP_ENTRY_BUSY |
static int |
PROCESS_HEAP_ENTRY_DDESHARE |
static int |
PROCESS_HEAP_ENTRY_MOVEABLE |
static int |
PROCESS_HEAP_REGION |
static int |
PROCESS_HEAP_UNCOMMITTED_RANGE |
Constructor and Description |
---|
ProcessHeapEntry() |
acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public com.jniwrapper.Pointer.Void _lpData
public com.jniwrapper.UInt32 _cbData
public com.jniwrapper.UInt8 _cbOverhead
public com.jniwrapper.UInt8 _iRegionIndex
public com.jniwrapper.UInt16 _wFlags
public ProcessHeapEntry.InnerUnion _innerUnion
public static int PROCESS_HEAP_ENTRY_BUSY
public static int PROCESS_HEAP_ENTRY_DDESHARE
public static int PROCESS_HEAP_ENTRY_MOVEABLE
public static int PROCESS_HEAP_REGION
public static int PROCESS_HEAP_UNCOMMITTED_RANGE