#include <mapi_notification.h>
Data Fields | |
| mapi_notify_callback_t | callback |
| struct notifications * | next |
| uint32_t | NotificationFlags |
| struct mapi_object | obj_notif |
| mapi_id_t | parentID |
| struct notifications * | prev |
| void * | private_data |
| uint32_t | ulConnection |
| mapi_notify_callback_t notifications::callback |
Referenced by Subscribe().
| struct notifications* notifications::next |
Referenced by emsmdb_bind_notification(), and ProcessNotification().
| uint32_t notifications::NotificationFlags |
Referenced by Subscribe().
| struct mapi_object notifications::obj_notif |
Referenced by ProcessNotification(), and Subscribe().
| mapi_id_t notifications::parentID |
Referenced by Subscribe().
| struct notifications* notifications::prev |
Referenced by emsmdb_bind_notification().
| void* notifications::private_data |
Referenced by Subscribe().
| uint32_t notifications::ulConnection |
Referenced by ProcessNotification(), and Subscribe().
|
|
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |