@Structure.FieldOrder(value={"ResultCode","ClientData","LocalUserId","TargetUserId"})
public class EOS_Stats_IngestStatCompleteCallbackInfo
extends com.sun.jna.Structure
NOTE: A result code of EOS_Success indicates the ingest request reached the server successfully, but does not guarantee successful processing. For example, if an incorrect StatName value is provided in the ingest call, processing may still fail.
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Stats_IngestStatCompleteCallbackInfo.ByReference |
static class |
EOS_Stats_IngestStatCompleteCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_Stats_IngestStat.
|
EOS_ProductUserId |
LocalUserId
The Product User ID for the user requesting the ingest
|
EOS_EResult |
ResultCode
Result code for the operation.
|
EOS_ProductUserId |
TargetUserId
The Product User ID for the user whose stat is being ingested
|
| Constructor and Description |
|---|
EOS_Stats_IngestStatCompleteCallbackInfo() |
EOS_Stats_IngestStatCompleteCallbackInfo(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
EOS_EResult.EOS_Success if the operation completes successfullyEOS_EResult.EOS_InvalidParameters if any of the options are incorrectEOS_EResult.EOS_InvalidUser if target user ID is missing or incorrectpublic com.sun.jna.Pointer ClientData
public EOS_ProductUserId LocalUserId
public EOS_ProductUserId TargetUserId