@Structure.FieldOrder(value={"ClientData","SystemMemoryMonitorReport"})
public class EOS_UI_MemoryMonitorCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_UI_MemoryMonitorCallbackInfo.ByReference |
static class |
EOS_UI_MemoryMonitorCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_UI_AddNotifyMemoryMonitor
|
com.sun.jna.Pointer |
SystemMemoryMonitorReport
This field is for system specific memory monitor report.
|
| Constructor and Description |
|---|
EOS_UI_MemoryMonitorCallbackInfo() |
EOS_UI_MemoryMonitorCallbackInfo(com.sun.jna.Pointer peer) |
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, writeFieldpublic com.sun.jna.Pointer ClientData
public com.sun.jna.Pointer SystemMemoryMonitorReport
If provided then the structure will be located in eos_(platform)_ui.h The structure will be named EOS_(platform)_MemoryMonitorReport.