ReactOS 0.4.15-dev-7942-gd23573b
protseq_ops Struct Reference

#include <rpc_server.h>

Collaboration diagram for protseq_ops:

Public Attributes

const charname
 
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)
 

Detailed Description

Definition at line 48 of file rpc_server.h.

Member Data Documentation

◆ alloc

RpcServerProtseq *(* protseq_ops::alloc) (void)

Definition at line 51 of file rpc_server.h.

Referenced by alloc_serverprotoseq().

◆ free_wait_array

void(* protseq_ops::free_wait_array) (RpcServerProtseq *protseq, void *array)

Definition at line 55 of file rpc_server.h.

◆ get_wait_array

void *(* protseq_ops::get_wait_array) (RpcServerProtseq *protseq, void *prev_array, unsigned int *count)

Definition at line 54 of file rpc_server.h.

◆ name

const char* protseq_ops::name

Definition at line 50 of file rpc_server.h.

Referenced by RpcTransport_ParseTopOfTower().

◆ open_endpoint

RPC_STATUS(* protseq_ops::open_endpoint) (RpcServerProtseq *protseq, const char *endpoint)

Definition at line 60 of file rpc_server.h.

◆ signal_state_changed

void(* protseq_ops::signal_state_changed) (RpcServerProtseq *protseq)

Definition at line 52 of file rpc_server.h.

◆ wait_for_new_connection

int(* protseq_ops::wait_for_new_connection) (RpcServerProtseq *protseq, unsigned int count, void *wait_array)

Definition at line 58 of file rpc_server.h.


The documentation for this struct was generated from the following file: