ReactOS 0.4.15-dev-7953-g1f49173
_RpcBinding Struct Reference

#include <rpc_binding.h>

Collaboration diagram for _RpcBinding:

Public Attributes

LONG refs
 
struct _RpcBindingNext
 
BOOL server
 
UUID ObjectUuid
 
LPSTR Protseq
 
LPSTR NetworkAddr
 
LPSTR Endpoint
 
LPWSTR NetworkOptions
 
RPC_BLOCKING_FN BlockingFn
 
ULONG ServerTid
 
RpcConnectionFromConn
 
struct _RpcAssocAssoc
 
RpcAuthInfoAuthInfo
 
RpcQualityOfServiceQOS
 
LPWSTR CookieAuth
 

Detailed Description

Definition at line 124 of file rpc_binding.h.

Member Data Documentation

◆ Assoc

struct _RpcAssoc* _RpcBinding::Assoc

Definition at line 137 of file rpc_binding.h.

Referenced by NDRSContextMarshall2(), NDRSContextUnmarshall2(), and RpcBindingCopy().

◆ AuthInfo

RpcAuthInfo* _RpcBinding::AuthInfo

Definition at line 140 of file rpc_binding.h.

Referenced by get_epm_handle_client(), and RpcBindingCopy().

◆ BlockingFn

RPC_BLOCKING_FN _RpcBinding::BlockingFn

Definition at line 134 of file rpc_binding.h.

Referenced by RpcBindingCopy().

◆ CookieAuth

LPWSTR _RpcBinding::CookieAuth

Definition at line 142 of file rpc_binding.h.

Referenced by RpcBindingCopy(), and RpcBindingSetOption().

◆ Endpoint

LPSTR _RpcBinding::Endpoint

Definition at line 132 of file rpc_binding.h.

Referenced by RpcBindingCopy(), RpcMgmtIsServerListening(), and RPCRT4_MakeBinding().

◆ FromConn

RpcConnection* _RpcBinding::FromConn

Definition at line 136 of file rpc_binding.h.

Referenced by RPCRT4_MakeBinding().

◆ NetworkAddr

LPSTR _RpcBinding::NetworkAddr

Definition at line 131 of file rpc_binding.h.

Referenced by RpcBindingCopy(), RpcBindingServerFromClient(), and RPCRT4_MakeBinding().

◆ NetworkOptions

LPWSTR _RpcBinding::NetworkOptions

Definition at line 133 of file rpc_binding.h.

Referenced by RpcBindingCopy().

◆ Next

struct _RpcBinding* _RpcBinding::Next

Definition at line 127 of file rpc_binding.h.

◆ ObjectUuid

UUID _RpcBinding::ObjectUuid

Definition at line 129 of file rpc_binding.h.

Referenced by RpcBindingCopy().

◆ Protseq

◆ QOS

RpcQualityOfService* _RpcBinding::QOS

Definition at line 141 of file rpc_binding.h.

Referenced by RpcBindingCopy().

◆ refs

LONG _RpcBinding::refs

Definition at line 126 of file rpc_binding.h.

Referenced by RPCRT4_AllocBinding().

◆ server

BOOL _RpcBinding::server

◆ ServerTid

ULONG _RpcBinding::ServerTid

Definition at line 135 of file rpc_binding.h.


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