FreeRDP
|
Data Fields | |
RPC_CLIENT_STATE | State |
UINT32 | result |
rdpCredsspAuth * | auth |
UINT32 | SendSeqNum |
RpcClient * | client |
rdpTransport * | transport |
UINT32 | CallId |
UINT32 | PipeCallId |
UINT32 | StubCallId |
UINT32 | StubFragCount |
BYTE | rpc_vers |
BYTE | rpc_vers_minor |
BYTE | packed_drep [4] |
UINT16 | max_xmit_frag |
UINT16 | max_recv_frag |
UINT32 | ReceiveWindow |
UINT32 | ChannelLifetime |
UINT32 | KeepAliveInterval |
UINT32 | CurrentKeepAliveTime |
UINT32 | CurrentKeepAliveInterval |
RpcVirtualConnection * | VirtualConnection |
wLog * | log |
FreeRDP: A Remote Desktop Protocol Implementation RPC over HTTP
Copyright 2012 Fujitsu Technology Solutions GmbH Copyright 2012 Dmitrij Jasnov dmitr Copyright 2012 Marc-Andre Moreau ij.j asnov @ts. fujit su.c ommarca ndre .more au@g mail. com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 724 of file libfreerdp/core/gateway/rpc.h.
rdpCredsspAuth* rdpRpc::auth |
Definition at line 730 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::CallId |
Definition at line 737 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::ChannelLifetime |
Definition at line 751 of file libfreerdp/core/gateway/rpc.h.
RpcClient* rdpRpc::client |
Definition at line 733 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::CurrentKeepAliveInterval |
Definition at line 754 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::CurrentKeepAliveTime |
Definition at line 753 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::KeepAliveInterval |
Definition at line 752 of file libfreerdp/core/gateway/rpc.h.
wLog* rdpRpc::log |
Definition at line 757 of file libfreerdp/core/gateway/rpc.h.
UINT16 rdpRpc::max_recv_frag |
Definition at line 748 of file libfreerdp/core/gateway/rpc.h.
UINT16 rdpRpc::max_xmit_frag |
Definition at line 747 of file libfreerdp/core/gateway/rpc.h.
BYTE rdpRpc::packed_drep[4] |
Definition at line 745 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::PipeCallId |
Definition at line 738 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::ReceiveWindow |
Definition at line 750 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::result |
Definition at line 728 of file libfreerdp/core/gateway/rpc.h.
BYTE rdpRpc::rpc_vers |
Definition at line 743 of file libfreerdp/core/gateway/rpc.h.
BYTE rdpRpc::rpc_vers_minor |
Definition at line 744 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::SendSeqNum |
Definition at line 731 of file libfreerdp/core/gateway/rpc.h.
RPC_CLIENT_STATE rdpRpc::State |
Definition at line 726 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::StubCallId |
Definition at line 740 of file libfreerdp/core/gateway/rpc.h.
UINT32 rdpRpc::StubFragCount |
Definition at line 741 of file libfreerdp/core/gateway/rpc.h.
rdpTransport* rdpRpc::transport |
Definition at line 735 of file libfreerdp/core/gateway/rpc.h.
RpcVirtualConnection* rdpRpc::VirtualConnection |
Definition at line 756 of file libfreerdp/core/gateway/rpc.h.