#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_server_load(), and samba_init_module().
NTSTATUS(* mapiproxy_module::dispatch) (struct dcesrv_call_state *, TALLOC_CTX *, void *, struct mapiproxy *) |
Referenced by mapiproxy_server_dispatch(), and samba_init_module().
const char* mapiproxy_module::endpoint |
Referenced by mapiproxy_server_dispatch(), mapiproxy_server_loaded(), mapiproxy_server_overwrite(), and samba_init_module().
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 samba_init_module().
NTSTATUS(* mapiproxy_module::pull) (struct dcesrv_call_state *, TALLOC_CTX *, void *) |
Referenced by samba_init_module().
NTSTATUS(* mapiproxy_module::push) (struct dcesrv_call_state *, TALLOC_CTX *, void *) |
Referenced by samba_init_module().
enum mapiproxy_status mapiproxy_module::status |
Referenced by mapiproxy_server_bystatus(), and samba_init_module().
NTSTATUS(* mapiproxy_module::unbind) (struct server_id, uint32_t) |
Referenced by 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/ |