#include <libmapiproxy.h>
Data Fields | |
| const char * | description |
| NTSTATUS(* | dispatch )(struct dcesrv_call_state *, TALLOC_CTX *, void *, struct mapiproxy *) |
| const char * | endpoint |
| NTSTATUS(* | init )(struct dcesrv_context *) |
| const char * | name |
| NTSTATUS(* | ndr_pull )(struct dcesrv_call_state *, TALLOC_CTX *, struct ndr_pull *) |
| NTSTATUS(* | pull )(struct dcesrv_call_state *, TALLOC_CTX *, void *) |
| NTSTATUS(* | push )(struct dcesrv_call_state *, TALLOC_CTX *, void *) |
| enum mapiproxy_status | status |
| NTSTATUS(* | unbind )(struct server_id, uint32_t) |
| const char* mapiproxy_module::description |
Referenced by mapiproxy_module_load(), mapiproxy_server_load(), and samba_init_module().
| NTSTATUS(* mapiproxy_module::dispatch)(struct dcesrv_call_state *, TALLOC_CTX *, void *, struct mapiproxy *) |
Referenced by mapiproxy_module_dispatch(), mapiproxy_server_dispatch(), and samba_init_module().
| const char* mapiproxy_module::endpoint |
| NTSTATUS(* mapiproxy_module::init)(struct dcesrv_context *) |
Referenced by mapiproxy_module_load(), mapiproxy_server_load(), and samba_init_module().
| const char* mapiproxy_module::name |
| NTSTATUS(* mapiproxy_module::ndr_pull)(struct dcesrv_call_state *, TALLOC_CTX *, struct ndr_pull *) |
Referenced by mapiproxy_module_ndr_pull(), and samba_init_module().
| NTSTATUS(* mapiproxy_module::pull)(struct dcesrv_call_state *, TALLOC_CTX *, void *) |
Referenced by mapiproxy_module_pull(), and samba_init_module().
| NTSTATUS(* mapiproxy_module::push)(struct dcesrv_call_state *, TALLOC_CTX *, void *) |
Referenced by mapiproxy_module_push(), and samba_init_module().
Referenced by samba_init_module().
| NTSTATUS(* mapiproxy_module::unbind)(struct server_id, uint32_t) |
Referenced by mapiproxy_module_unbind(), mapiproxy_server_unbind(), and samba_init_module().
|
|
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |