This data structure is part of the KWS Interface.
Output parameters for the EOS_KWS_QueryPermissionsOptions Function. These parameters are received through the callback provided to EOS_KWS_QueryPermissions
Properties
EOS_KWS_QueryPermissionsCallbackInfo
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_QueryPermissions
|
EOS_ProductUserId LocalUserId
|
Local user querying their permisssions
|
const char* KWSUserId
|
KWS UserId created
|
const char* DateOfBirth
|
Date of birth in ISO8601 form (YYYY-MM-DD)
|
EOS_Bool bIsMinor
|
Is this user a minor
|
This data structure is part of the KWS Interface.
Output parameters for the EOS_KWS_QueryPermissionsOptions Function. These parameters are received through the callback provided to EOS_KWS_QueryPermissions
Properties
KWS.QueryPermissionsCallbackInfo
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_QueryPermissions
|
ProductUserId LocalUserId
|
Local user querying their permisssions
|
string KWSUserId
|
KWS UserId created
|
string DateOfBirth
|
Date of birth in ISO8601 form (YYYY-MM-DD)
|
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