ReactOS 0.4.15-dev-8028-g8e799e2
_RpcConnection Struct Reference

#include <rpc_binding.h>

Collaboration diagram for _RpcConnection:

Public Attributes

LONG ref
 
BOOL server
 
HANDLE wait_release
 
LPSTR NetworkAddr
 
LPSTR Endpoint
 
LPWSTR NetworkOptions
 
const struct connection_opsops
 
USHORT MaxTransmissionSize
 
CtxtHandle ctx
 
TimeStamp exp
 
ULONG attr
 
RpcAuthInfoAuthInfo
 
ULONG auth_context_id
 
ULONG encryption_auth_len
 
ULONG signature_auth_len
 
RpcQualityOfServiceQOS
 
LPWSTR CookieAuth
 
struct list conn_pool_entry
 
ULONG assoc_group_id
 
RPC_ASYNC_STATEasync_state
 
struct _RpcAssocassoc
 
RPC_SYNTAX_IDENTIFIER ActiveInterface
 
USHORT NextCallId
 
struct list protseq_entry
 
struct _RpcServerProtseqprotseq
 
struct _RpcBindingserver_binding
 

Detailed Description

Definition at line 62 of file rpc_binding.h.

Member Data Documentation

◆ ActiveInterface

◆ assoc

struct _RpcAssoc* _RpcConnection::assoc

◆ assoc_group_id

ULONG _RpcConnection::assoc_group_id

Definition at line 86 of file rpc_binding.h.

Referenced by RpcAssoc_BindConnection(), and RpcAssoc_ReleaseIdleConnection().

◆ async_state

RPC_ASYNC_STATE* _RpcConnection::async_state

◆ attr

ULONG _RpcConnection::attr

Definition at line 76 of file rpc_binding.h.

Referenced by RPCRT4_default_authorize().

◆ auth_context_id

ULONG _RpcConnection::auth_context_id

◆ AuthInfo

◆ conn_pool_entry

struct list _RpcConnection::conn_pool_entry

◆ CookieAuth

LPWSTR _RpcConnection::CookieAuth

◆ ctx

◆ encryption_auth_len

ULONG _RpcConnection::encryption_auth_len

Definition at line 79 of file rpc_binding.h.

Referenced by RPCRT4_default_authorize(), and RPCRT4_SendWithAuth().

◆ Endpoint

◆ exp

TimeStamp _RpcConnection::exp

Definition at line 75 of file rpc_binding.h.

Referenced by RPCRT4_default_authorize().

◆ MaxTransmissionSize

USHORT _RpcConnection::MaxTransmissionSize

◆ NetworkAddr

◆ NetworkOptions

LPWSTR _RpcConnection::NetworkOptions

◆ NextCallId

USHORT _RpcConnection::NextCallId

Definition at line 93 of file rpc_binding.h.

Referenced by I_RpcSend(), and RPCRT4_CreateConnection().

◆ ops

◆ protseq

◆ protseq_entry

◆ QOS

◆ ref

◆ server

◆ server_binding

struct _RpcBinding* _RpcConnection::server_binding

◆ signature_auth_len

ULONG _RpcConnection::signature_auth_len

Definition at line 80 of file rpc_binding.h.

Referenced by RPCRT4_default_authorize(), and RPCRT4_SendWithAuth().

◆ wait_release

HANDLE _RpcConnection::wait_release

Definition at line 66 of file rpc_binding.h.

Referenced by rpcrt4_conn_release_and_wait(), and RPCRT4_ReleaseConnection().


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