ReactOS 0.4.15-dev-7953-g1f49173
__rpc_client::clnt_ops Struct Reference

#include <clnt.h>

Collaboration diagram for __rpc_client::clnt_ops:

Public Attributes

enum clnt_stat(* cl_call )(struct __rpc_client *, rpcproc_t, xdrproc_t, void *, xdrproc_t, void *, struct timeval)
 
void(* cl_abort )(struct __rpc_client *)
 
void(* cl_geterr )(struct __rpc_client *, struct rpc_err *)
 
bool_t(* cl_freeres )(struct __rpc_client *, xdrproc_t, void *)
 
void(* cl_destroy )(struct __rpc_client *)
 
bool_t(* cl_control )(struct __rpc_client *, u_int, void *)
 

Detailed Description

Definition at line 123 of file clnt.h.

Member Data Documentation

◆ cl_abort

void(* __rpc_client::clnt_ops::cl_abort) (struct __rpc_client *)

Definition at line 129 of file clnt.h.

◆ cl_call

enum clnt_stat(* __rpc_client::clnt_ops::cl_call) (struct __rpc_client *, rpcproc_t, xdrproc_t, void *, xdrproc_t, void *, struct timeval)

Definition at line 149 of file clnt.h.

◆ cl_control

bool_t(* __rpc_client::clnt_ops::cl_control) (struct __rpc_client *, u_int, void *)

Definition at line 139 of file clnt.h.

◆ cl_destroy

void(* __rpc_client::clnt_ops::cl_destroy) (struct __rpc_client *)

Definition at line 137 of file clnt.h.

◆ cl_freeres

bool_t(* __rpc_client::clnt_ops::cl_freeres) (struct __rpc_client *, xdrproc_t, void *)

Definition at line 134 of file clnt.h.

◆ cl_geterr

void(* __rpc_client::clnt_ops::cl_geterr) (struct __rpc_client *, struct rpc_err *)

Definition at line 131 of file clnt.h.


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