FreeRDP
rpc_client.h File Reference
#include <winpr/wtypes.h>
#include <winpr/stream.h>
#include <freerdp/api.h>
#include "rpc.h"
This graph shows which files directly or indirectly include this file:

Functions

FREERDP_LOCAL RpcClientCallrpc_client_call_find_by_id (RpcClient *client, UINT32 CallId)
 
FREERDP_LOCAL void rpc_client_call_free (RpcClientCall *client_call)
 
FREERDP_LOCAL RpcClientCallrpc_client_call_new (UINT32 CallId, UINT32 OpNum)
 
FREERDP_LOCAL int rpc_in_channel_send_pdu (RpcInChannel *inChannel, const BYTE *buffer, size_t length)
 
FREERDP_LOCAL int rpc_client_in_channel_recv (rdpRpc *rpc)
 
FREERDP_LOCAL int rpc_client_out_channel_recv (rdpRpc *rpc)
 
FREERDP_LOCAL int rpc_client_receive_pipe_read (RpcClient *client, BYTE *buffer, size_t length)
 
FREERDP_LOCAL BOOL rpc_client_write_call (rdpRpc *rpc, wStream *s, UINT16 opnum)
 
FREERDP_LOCAL void rpc_client_free (RpcClient *client)
 
FREERDP_LOCAL RpcClientrpc_client_new (rdpContext *context, UINT32 max_recv_frag)
 

Function Documentation

◆ rpc_client_call_find_by_id()

FREERDP_LOCAL RpcClientCall* rpc_client_call_find_by_id ( RpcClient client,
UINT32  CallId 
)

FreeRDP: A Remote Desktop Protocol Implementation RPC Client

Copyright 2012 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.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.

[MS-RPCE] Client Call: http://msdn.microsoft.com/en-us/library/gg593159/

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_client_call_free()

FREERDP_LOCAL void rpc_client_call_free ( RpcClientCall client_call)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_client_call_new()

FREERDP_LOCAL RpcClientCall* rpc_client_call_new ( UINT32  CallId,
UINT32  OpNum 
)
Here is the caller graph for this function:

◆ rpc_client_free()

FREERDP_LOCAL void rpc_client_free ( RpcClient client)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_client_in_channel_recv()

FREERDP_LOCAL int rpc_client_in_channel_recv ( rdpRpc *  rpc)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_client_new()

FREERDP_LOCAL RpcClient* rpc_client_new ( rdpContext *  context,
UINT32  max_recv_frag 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_client_out_channel_recv()

FREERDP_LOCAL int rpc_client_out_channel_recv ( rdpRpc *  rpc)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_client_receive_pipe_read()

FREERDP_LOCAL int rpc_client_receive_pipe_read ( RpcClient client,
BYTE buffer,
size_t  length 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_client_write_call()

FREERDP_LOCAL BOOL rpc_client_write_call ( rdpRpc *  rpc,
wStream s,
UINT16  opnum 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_in_channel_send_pdu()

FREERDP_LOCAL int rpc_in_channel_send_pdu ( RpcInChannel inChannel,
const BYTE buffer,
size_t  length 
)
Here is the call graph for this function:
Here is the caller graph for this function: