#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 |
Referenced by ProcessNotification(), and Subscribe().
struct notifications* notifications::next [read] |
Referenced by ProcessNotification(), RegisterAsyncNotification(), and Unsubscribe().
| uint32_t notifications::NotificationFlags |
Referenced by ProcessNotification(), and Subscribe().
struct mapi_object notifications::obj_notif [read] |
Referenced by ProcessNotification(), Subscribe(), and Unsubscribe().
Referenced by Subscribe().
struct notifications* notifications::prev [read] |
Referenced by RegisterAsyncNotification().
Referenced by ProcessNotification(), and Subscribe().
| uint32_t notifications::ulConnection |
Referenced by ProcessNotification(), Subscribe(), and Unsubscribe().
|
|
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |