ReactOS 0.4.16-dev-732-g2d1144a
|
#include <rpc_server.h>
Public Attributes | |
const char * | name |
RpcServerProtseq *(* | alloc )(void) |
void(* | signal_state_changed )(RpcServerProtseq *protseq) |
void *(* | get_wait_array )(RpcServerProtseq *protseq, void *prev_array, unsigned int *count) |
void(* | free_wait_array )(RpcServerProtseq *protseq, void *array) |
int(* | wait_for_new_connection )(RpcServerProtseq *protseq, unsigned int count, void *wait_array) |
RPC_STATUS(* | open_endpoint )(RpcServerProtseq *protseq, const char *endpoint) |
Definition at line 48 of file rpc_server.h.
RpcServerProtseq *(* protseq_ops::alloc) (void) |
Definition at line 51 of file rpc_server.h.
Referenced by alloc_serverprotoseq().
void(* protseq_ops::free_wait_array) (RpcServerProtseq *protseq, void *array) |
Definition at line 55 of file rpc_server.h.
void *(* protseq_ops::get_wait_array) (RpcServerProtseq *protseq, void *prev_array, unsigned int *count) |
Definition at line 54 of file rpc_server.h.
Definition at line 50 of file rpc_server.h.
Referenced by RpcTransport_ParseTopOfTower().
RPC_STATUS(* protseq_ops::open_endpoint) (RpcServerProtseq *protseq, const char *endpoint) |
Definition at line 60 of file rpc_server.h.
void(* protseq_ops::signal_state_changed) (RpcServerProtseq *protseq) |
Definition at line 52 of file rpc_server.h.
int(* protseq_ops::wait_for_new_connection) (RpcServerProtseq *protseq, unsigned int count, void *wait_array) |
Definition at line 58 of file rpc_server.h.