This function is part of the KWS Interface.
Remarks
This interface is not available for general access at this time. Register to receive notifications about KWS permissions changes for any logged in local users
must call EOS_KWS_RemoveNotifyPermissionsUpdateReceived to remove the notification
Return Value
handle representing the registered callback
Parameters
EOS_KWS_AddNotifyPermissionsUpdateReceived
Parameter Type And Name | Usage Information |
---|---|
EOS_HKWS Handle | |
const EOS_KWS_AddNotifyPermissionsUpdateReceivedOptions* Options | Structure containing information about the request. |
void* ClientData | Arbitrary data that is passed back to you in the CompletionDelegate. |
const EOS_KWS_OnPermissionsUpdateReceivedCallback NotificationFn | A callback that is fired when a notification is received. |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_KWS_OnPermissionsUpdateReceivedCallback to report the results of its operation.
Callback Remarks
Function prototype definition for notifications that comes from EOS_KWS_AddNotifyPermissionsUpdateReceived
Callback Parameters
EOS_KWS_OnPermissionsUpdateReceivedCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_KWS_PermissionsUpdateReceivedCallbackInfo* Data | A EOS_KWS_PermissionsUpdateReceivedCallbackInfo containing the output information and result |