FreeRDP
|
#include <freerdp/config.h>
#include <freerdp/log.h>
#include <winpr/crt.h>
#include <winpr/wtypes.h>
#include <winpr/assert.h>
#include <winpr/print.h>
#include <winpr/synch.h>
#include <winpr/thread.h>
#include <winpr/stream.h>
#include "http.h"
#include "ncacn_http.h"
#include "rpc_bind.h"
#include "rpc_fault.h"
#include "rpc_client.h"
#include "rts_signature.h"
#include "../utils.h"
#include "../rdp.h"
#include "../proxy.h"
Macros | |
#define | TAG FREERDP_TAG("core.gateway.rpc") |
#define TAG FREERDP_TAG("core.gateway.rpc") |
FreeRDP: A Remote Desktop Protocol Implementation RPC Client
Copyright 2012 Marc-Andre Moreau marca 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.
|
static |
RpcClientCall* rpc_client_call_find_by_id | ( | RpcClient * | client, |
UINT32 | CallId | ||
) |
[MS-RPCE] Client Call: http://msdn.microsoft.com/en-us/library/gg593159/
void rpc_client_call_free | ( | RpcClientCall * | clientCall | ) |
RpcClientCall* rpc_client_call_new | ( | UINT32 | CallId, |
UINT32 | OpNum | ||
) |
|
static |
void rpc_client_free | ( | RpcClient * | client | ) |
int rpc_client_in_channel_recv | ( | rdpRpc * | rpc | ) |
RpcClient* rpc_client_new | ( | rdpContext * | context, |
UINT32 | max_recv_frag | ||
) |
|
static |
int rpc_client_out_channel_recv | ( | rdpRpc * | rpc | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int rpc_in_channel_send_pdu | ( | RpcInChannel * | inChannel, |
const BYTE * | buffer, | ||
size_t | length | ||
) |
|
static |
|
static |
|
static |