|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.system.MemoryAllocationAttributes
This is an enumeration class defining memory allocation attribues.
| Field Summary | |
static MemoryAllocationAttributes |
FIXED
Allocates fixed memory. |
static MemoryAllocationAttributes |
LHND
Combines MOVEABLE, ZEROINIT attrbiutes. |
static MemoryAllocationAttributes |
LPTR
Combines FIXED, ZEROINIT attrbiutes. |
static MemoryAllocationAttributes |
MOVEABLE
Allocates movable memory. |
static MemoryAllocationAttributes |
ZEROINIT
Sets all allocated bytes to zero. |
| Methods inherited from class com.jniwrapper.util.EnumItem |
equals, getLongValue, getValue, hashCode, isOneOf |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final MemoryAllocationAttributes FIXED
public static final MemoryAllocationAttributes MOVEABLE
public static final MemoryAllocationAttributes ZEROINIT
public static final MemoryAllocationAttributes LPTR
public static final MemoryAllocationAttributes LHND
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||