qBool RegisterNotificationEventHandler( NotificationEventHandler * pNotificationEventHandler );
Name | Description | |
---|---|---|
in | pNotificationEventHandler | Pointer to the notification event handler to register. |
Value | Description |
---|---|
true |
Success. |
false |
Failed. |
Registers a notification event handler.
Registers a notification event handler. After the NgsFacade::Login
function has succeeded, call this function to have the NotificationEventHandler::ProcessNotificationEvent
callback executed every time a notification event is received.
CONFIDENTIAL