| 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: | wfcWSession::AddModelRetrievePreListener |
| Synopsis |
| #include <ProNotify.h> |
| ProError | ProNotificationSet | ( |
| ProNotifyType type | |
| /*
(In) |
| The action for which you want to be notified |
| */ |
| ProFunction notify_function | |
| /*
(In) |
| The function to be called for the action |
| */ |
| ) |
| Returns |
|
|