@Structure.FieldOrder(value={"ResultCode","ClientData","LocalUserId","ExternalAccountId","AccountType","TargetUserId"})
public class EOS_UserInfo_QueryUserInfoByExternalAccountCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_UserInfo_QueryUserInfoByExternalAccountCallbackInfo.ByReference |
static class |
EOS_UserInfo_QueryUserInfoByExternalAccountCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EOS_EExternalAccountType |
AccountType
Account type of the external account id
|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_UserInfo_QueryUserInfoByExternalAccount
|
java.lang.String |
ExternalAccountId
External account id of the user whose information has been retrieved
|
EOS_EpicAccountId |
LocalUserId
The Epic Account ID of the local player who requested the information
|
EOS_EResult |
ResultCode
The EOS_EResult code for the operation.
|
EOS_EpicAccountId |
TargetUserId
Account ID of the player whose information has been retrieved
|
| Constructor and Description |
|---|
EOS_UserInfo_QueryUserInfoByExternalAccountCallbackInfo() |
EOS_UserInfo_QueryUserInfoByExternalAccountCallbackInfo(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 com.sun.jna.Pointer ClientData
public EOS_EpicAccountId LocalUserId
public java.lang.String ExternalAccountId
public EOS_EExternalAccountType AccountType
public EOS_EpicAccountId TargetUserId