@Structure.FieldOrder(value={"ResultCode","SnapshotId","ClientData"})
public class EOS_ProgressionSnapshot_SubmitSnapshotCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_ProgressionSnapshot_SubmitSnapshotCallbackInfo.ByReference |
static class |
EOS_ProgressionSnapshot_SubmitSnapshotCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_ProgressionSnapshot_SubmitSnapshot.
|
EOS_EResult |
ResultCode
The EOS_EResult code for the operation.
|
int |
SnapshotId
The Snapshot Id used in the Submit function.
|
| Constructor and Description |
|---|
EOS_ProgressionSnapshot_SubmitSnapshotCallbackInfo() |
EOS_ProgressionSnapshot_SubmitSnapshotCallbackInfo(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 EOS_EResult ResultCode
public int SnapshotId
public com.sun.jna.Pointer ClientData