Monitor Types
Enumerations | |
enum | som_storemonitor { SOM_STORE_MONITOR_NONE, SOM_STORE_MONITOR_CONNECTIONS, SOM_STORE_MONITOR_MAILBOXES } |
Functions | |
int | SOMStoreMonitor (struct SOMSession *session, enum som_storemonitor type, void *ophandle, int async) |
Start monitoring store events. More... | |
Detailed Description
Enumeration Type Documentation
◆ som_storemonitor
enum som_storemonitor |
Function Documentation
◆ SOMStoreMonitor()
int SOMStoreMonitor | ( | struct SOMSession * | session, |
enum som_storemonitor | type, | ||
void * | ophandle, | ||
int | async | ||
) |
Start monitoring store events.
- Parameters
-
session [in] Pointer to address of session object type [in] Enumerated value indicating the monitor type ophandle [in] Value passed to callback async [in] Operation is asynchronous if TRUE
- Returns
- zero on success; non-zero on error