ReactOS 0.4.16-dev-289-g096a551
|
#include <rpc_binding.h>
Public Attributes | |
LONG | refs |
struct _RpcBinding * | Next |
BOOL | server |
UUID | ObjectUuid |
LPSTR | Protseq |
LPSTR | NetworkAddr |
LPSTR | Endpoint |
LPWSTR | NetworkOptions |
RPC_BLOCKING_FN | BlockingFn |
ULONG | ServerTid |
RpcConnection * | FromConn |
struct _RpcAssoc * | Assoc |
RpcAuthInfo * | AuthInfo |
RpcQualityOfService * | QOS |
LPWSTR | CookieAuth |
Definition at line 124 of file rpc_binding.h.
Definition at line 137 of file rpc_binding.h.
Referenced by NDRSContextMarshall2(), NDRSContextUnmarshall2(), and RpcBindingCopy().
RpcAuthInfo* _RpcBinding::AuthInfo |
Definition at line 140 of file rpc_binding.h.
Referenced by get_epm_handle_client(), and RpcBindingCopy().
RPC_BLOCKING_FN _RpcBinding::BlockingFn |
Definition at line 134 of file rpc_binding.h.
Referenced by RpcBindingCopy().
LPWSTR _RpcBinding::CookieAuth |
Definition at line 142 of file rpc_binding.h.
Referenced by RpcBindingCopy(), and RpcBindingSetOption().
LPSTR _RpcBinding::Endpoint |
Definition at line 132 of file rpc_binding.h.
Referenced by RpcBindingCopy(), RpcMgmtIsServerListening(), and RPCRT4_MakeBinding().
RpcConnection* _RpcBinding::FromConn |
Definition at line 136 of file rpc_binding.h.
Referenced by RPCRT4_MakeBinding().
LPSTR _RpcBinding::NetworkAddr |
Definition at line 131 of file rpc_binding.h.
Referenced by RpcBindingCopy(), RpcBindingServerFromClient(), and RPCRT4_MakeBinding().
LPWSTR _RpcBinding::NetworkOptions |
Definition at line 133 of file rpc_binding.h.
Referenced by RpcBindingCopy().
struct _RpcBinding* _RpcBinding::Next |
Definition at line 127 of file rpc_binding.h.
UUID _RpcBinding::ObjectUuid |
Definition at line 129 of file rpc_binding.h.
Referenced by RpcBindingCopy().
LPSTR _RpcBinding::Protseq |
Definition at line 130 of file rpc_binding.h.
Referenced by RpcBindingCopy(), RpcBindingServerFromClient(), RpcMgmtIsServerListening(), RPCRT4_CreateBindingA(), RPCRT4_CreateBindingW(), and RPCRT4_MakeBinding().
RpcQualityOfService* _RpcBinding::QOS |
Definition at line 141 of file rpc_binding.h.
Referenced by RpcBindingCopy().
LONG _RpcBinding::refs |
Definition at line 126 of file rpc_binding.h.
Referenced by RPCRT4_AllocBinding().
BOOL _RpcBinding::server |
Definition at line 128 of file rpc_binding.h.
Referenced by NDRSContextMarshall2(), NDRSContextUnmarshall2(), RpcBindingCopy(), and RPCRT4_AllocBinding().
ULONG _RpcBinding::ServerTid |
Definition at line 135 of file rpc_binding.h.