com.jniwrapper.win32.system
Class ProcessHeapEntry

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.jniwrapper.win32.system.ProcessHeapEntry
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter

public class ProcessHeapEntry
extends com.jniwrapper.Structure

PROCESS_HEAP_ENTRY structure


Nested Class Summary
static class ProcessHeapEntry.Block
           
static class ProcessHeapEntry.InnerUnion
           
static class ProcessHeapEntry.Region
           
 
Field Summary
 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
           
 
Fields inherited from class com.jniwrapper.Structure
i
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
ProcessHeapEntry()
           
 
Method Summary
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_lpData

public com.jniwrapper.Pointer.Void _lpData

_cbData

public com.jniwrapper.UInt32 _cbData

_cbOverhead

public com.jniwrapper.UInt8 _cbOverhead

_iRegionIndex

public com.jniwrapper.UInt8 _iRegionIndex

_wFlags

public com.jniwrapper.UInt16 _wFlags

_innerUnion

public ProcessHeapEntry.InnerUnion _innerUnion

PROCESS_HEAP_ENTRY_BUSY

public static int PROCESS_HEAP_ENTRY_BUSY

PROCESS_HEAP_ENTRY_DDESHARE

public static int PROCESS_HEAP_ENTRY_DDESHARE

PROCESS_HEAP_ENTRY_MOVEABLE

public static int PROCESS_HEAP_ENTRY_MOVEABLE

PROCESS_HEAP_REGION

public static int PROCESS_HEAP_REGION

PROCESS_HEAP_UNCOMMITTED_RANGE

public static int PROCESS_HEAP_UNCOMMITTED_RANGE
Constructor Detail

ProcessHeapEntry

public ProcessHeapEntry()