FreeRDP
|
#include <freerdp/config.h>
#include "settings.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <winpr/stream.h>
#include <winpr/wtsapi.h>
#include <freerdp/freerdp.h>
#include <freerdp/constants.h>
#include <freerdp/log.h>
#include <freerdp/svc.h>
#include <freerdp/peer.h>
#include <freerdp/addin.h>
#include <freerdp/client/channels.h>
#include <freerdp/client/drdynvc.h>
#include <freerdp/channels/channels.h>
#include "rdp.h"
#include "client.h"
#include "server.h"
#include "channels.h"
Macros | |
#define | TAG FREERDP_TAG("core.channels") |
Functions | |
BOOL | freerdp_channel_send (rdpRdp *rdp, UINT16 channelId, const BYTE *data, size_t size) |
BOOL | freerdp_channel_process (freerdp *instance, wStream *s, UINT16 channelId, size_t packetLength) |
BOOL | freerdp_channel_peer_process (freerdp_peer *client, wStream *s, UINT16 channelId) |
const WtsApiFunctionTable * | FreeRDP_InitWtsApi (void) |
BOOL | freerdp_channel_send_packet (rdpRdp *rdp, UINT16 channelId, size_t totalSize, UINT32 flags, const BYTE *data, size_t chunkSize) |
Variables | |
static const WtsApiFunctionTable | FreeRDP_WtsApiFunctionTable |
#define TAG FREERDP_TAG("core.channels") |
FreeRDP: A Remote Desktop Protocol Implementation Virtual Channels
Copyright 2011 Vic Lee Copyright 2015 Copyright 2015 Thincast Technologies GmbH
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.
BOOL freerdp_channel_process | ( | freerdp * | instance, |
wStream * | s, | ||
UINT16 | channelId, | ||
size_t | packetLength | ||
) |
FreeRDP: A Remote Desktop Protocol Implementation Virtual Channels
Copyright 2011 Vic Lee
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.
BOOL freerdp_channel_send_packet | ( | rdpRdp * | rdp, |
UINT16 | channelId, | ||
size_t | totalSize, | ||
UINT32 | flags, | ||
const BYTE * | data, | ||
size_t | chunkSize | ||
) |
const WtsApiFunctionTable* FreeRDP_InitWtsApi | ( | void | ) |
|
static |