mapiproxy server modules management More...
#include "libmapi/libmapi.h"
#include "mapiproxy/dcesrv_mapiproxy.h"
#include "libmapiproxy.h"
#include "utils/dlinklist.h"
Functions | |
_PUBLIC_ TDB_CONTEXT * | mapiproxy_server_emsabp_tdb_init (struct loadparm_context *lp_ctx) |
_PUBLIC_ NTSTATUS | mapiproxy_server_init (struct dcesrv_context *dce_ctx) |
_PUBLIC_ void * | mapiproxy_server_openchangedb_init (struct loadparm_context *lp_ctx) |
mapiproxy server modules management
_PUBLIC_ TDB_CONTEXT* mapiproxy_server_emsabp_tdb_init | ( | struct loadparm_context * | lp_ctx | ) |
Initialize an EMSABP TDB context available to all instances when Samba is not run in single mode.
lp_ctx | pointer to the loadparm context |
return Allocated TDB context on success, otherwise NULL
Referenced by emsabp_tdb_init().
_PUBLIC_ NTSTATUS mapiproxy_server_init | ( | struct dcesrv_context * | dce_ctx | ) |
Initialize mapiproxy servers modules
dce_ctx | pointer to the connection context |
Referenced by mapiproxy_op_init_server().
_PUBLIC_ void* mapiproxy_server_openchangedb_init | ( | struct loadparm_context * | lp_ctx | ) |
Initialize an openchangedb context available to all mapiproxy instances. This context points on the OpenChange dispatcher database used within emsmdb default provider.
lp_ctx | pointer to the loadparm context |
Referenced by emsmdbp_openchangedb_init().
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |