Choose your implementation method:
This data structure is part of the KWS Interface.
Output parameters for the EOS_KWS_CreateUserOptions Function. These parameters are received through the callback provided to EOS_KWS_CreateUser
Properties
EOS_KWS_CreateUserCallbackInfo
Property
|
Value
|
EOS_EResult ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
void* ClientData
|
Context that was passed into EOS_KWS_CreateUser
|
EOS_ProductUserId LocalUserId
|
Local user that created a KWS entry
|
const char* KWSUserId
|
KWS UserId created
|
EOS_Bool bIsMinor
|
Is this user a minor
|
This data structure is part of the KWS Interface.
Output parameters for the {CreateUserOptions} Function. These parameters are received through the callback provided to {KWSInterface.CreateUser}
Properties
KWS.CreateUserCallbackInfo
Property
|
Value
|
Result ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
object ClientData
|
Context that was passed into EOS_KWS_CreateUser
|
ProductUserId LocalUserId
|
Local user that created a KWS entry
|
string KWSUserId
|
KWS UserId created
|
bool IsMinor
|
Is this user a minor
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no