Documentazione API > Notifications > Object ProNotification > Function ProNotificationSet
Function ProNotificationSet
Description
Sets the notification function to be called for the specified action. NOTE: If you call ProNotificationSet() more than once with the same event type, the existing callback is overwritten with the one supplied in the later call.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNotify.h>
ProNotificationSet
(
/* (In)
The action for which you want to be notified
*/
ProFunction notify_function
/* (In)
The function to be called for the action
*/
)
Returns
The function successfully set the function.
There was a general error.
One or more of the arguments are invalid.
Sample Code References
User Guide References
È stato utile?