nn::nex::BackEndServices::RegisterNotificationEventHandler Member Function

Syntax

qBool RegisterNotificationEventHandler(
     NotificationEventHandler * pNotificationEventHandler
);

Parameters

Name Description
in pNotificationEventHandler Pointer to the notification event handler to register.

Return Values



Value Description
true Success.
false Failed.

Description

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.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL