ReactOS 0.4.15-dev-7934-g1dc8d80
__rpc_client Struct Reference

#include <clnt.h>

Collaboration diagram for __rpc_client:

Classes

struct  clnt_ops
 

Public Attributes

AUTHcl_auth
 
struct __rpc_client::clnt_opscl_ops
 
voidcl_private
 
charcl_netid
 
charcl_tp
 
HANDLE cb_thread
 
int(* cb_xdr )(void *, void *)
 
int(* cb_fn )(void *, void *, void **)
 
voidcb_args
 
bool_t shutdown
 

Detailed Description

Definition at line 121 of file clnt.h.

Member Data Documentation

◆ cb_args

void* __rpc_client::cb_args

Definition at line 148 of file clnt.h.

Referenced by clnt_cb_thread(), and clnt_vc_create().

◆ cb_fn

int(* __rpc_client::cb_fn) (void *, void *, void **)

Definition at line 147 of file clnt.h.

Referenced by clnt_cb_thread(), and clnt_vc_create().

◆ cb_thread

HANDLE __rpc_client::cb_thread

Definition at line 145 of file clnt.h.

Referenced by clnt_vc_create(), and clnt_vc_destroy().

◆ cb_xdr

int(* __rpc_client::cb_xdr) (void *, void *)

Definition at line 146 of file clnt.h.

Referenced by clnt_cb_thread(), and clnt_vc_create().

◆ cl_auth

AUTH* __rpc_client::cl_auth

◆ cl_netid

char* __rpc_client::cl_netid

◆ cl_ops

struct __rpc_client::clnt_ops * __rpc_client::cl_ops

Referenced by clnt_dg_create(), and clnt_vc_create().

◆ cl_private

◆ cl_tp

char* __rpc_client::cl_tp

◆ shutdown

bool_t __rpc_client::shutdown

Definition at line 149 of file clnt.h.

Referenced by clnt_cb_thread(), and clnt_vc_destroy().


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