@Structure.FieldOrder(value={"ApiVersion","AllocateMemoryFunction","ReallocateMemoryFunction","ReleaseMemoryFunction","ProductName","ProductVersion","Reserved","SystemInitializeOptions","OverrideThreadAffinity"})
public class EOS_InitializeOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_InitializeOptions.ByReference |
static class |
EOS_InitializeOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EOS_AllocateMemoryFunc |
AllocateMemoryFunction
A custom memory allocator, if desired.
|
int |
ApiVersion
API Version: Set this to
EOS_INITIALIZE_API_LATEST. |
static int |
EOS_INITIALIZE_API_LATEST
The most recent version of the EOS_Initialize API.
|
static int |
EOS_INITIALIZEOPTIONS_PRODUCTNAME_MAX_LENGTH
Max length of a product name, not including the terminating null.
|
static int |
EOS_INITIALIZEOPTIONS_PRODUCTVERSION_MAX_LENGTH
Max length of a product version, not including the terminating null.
|
com.sun.jna.Pointer |
OverrideThreadAffinity
The thread affinity override values for each category of thread.
|
java.lang.String |
ProductName
The name of the product using the Epic Online Services SDK.
|
java.lang.String |
ProductVersion
Product version of the running application.
|
EOS_ReallocateMemoryFunc |
ReallocateMemoryFunction
A corresponding memory reallocator.
|
EOS_ReleaseMemoryFunc |
ReleaseMemoryFunction
A corresponding memory releaser.
|
com.sun.jna.Pointer |
Reserved
A reserved field that should always be nulled.
|
com.sun.jna.Pointer |
SystemInitializeOptions
This field is for system specific initialization if any.
|
| Constructor and Description |
|---|
EOS_InitializeOptions() |
EOS_InitializeOptions(@NotNull EOSBaseOptions options) |
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 static int EOS_INITIALIZE_API_LATEST
public static int EOS_INITIALIZEOPTIONS_PRODUCTNAME_MAX_LENGTH
public static int EOS_INITIALIZEOPTIONS_PRODUCTVERSION_MAX_LENGTH
public int ApiVersion
EOS_INITIALIZE_API_LATEST.public EOS_AllocateMemoryFunc AllocateMemoryFunction
public EOS_ReallocateMemoryFunc ReallocateMemoryFunction
public EOS_ReleaseMemoryFunc ReleaseMemoryFunction
public java.lang.String ProductName
The name string is required to be non-empty and at maximum of EOS_INITIALIZEOPTIONS_PRODUCTNAME_MAX_LENGTH bytes long. The string buffer can consist of the following characters: A-Z, a-z, 0-9, dot, underscore, space, exclamation mark, question mark, and sign, hyphen, parenthesis, plus, minus, colon.
public java.lang.String ProductVersion
The version string is required to be non-empty and at maximum of EOS_INITIALIZEOPTIONS_PRODUCTVERSION_MAX_LENGTH bytes long. The string buffer can consist of the following characters: A-Z, a-z, 0-9, dot, underscore, space, exclamation mark, question mark, and sign, hyphen, parenthesis, plus, minus, colon.
public com.sun.jna.Pointer Reserved
public com.sun.jna.Pointer SystemInitializeOptions
If provided then the structure will be located in (System)/eos_system.h. The structure will be named EOS_(System)_InitializeOptions.
public com.sun.jna.Pointer OverrideThreadAffinity
public EOS_InitializeOptions()
public EOS_InitializeOptions(@NotNull
@NotNull EOSBaseOptions options)