FreeRDP
|
#include <freerdp/config.h>
#include "gfxredir_main.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winpr/crt.h>
#include <winpr/synch.h>
#include <winpr/thread.h>
#include <winpr/stream.h>
#include <winpr/sysinfo.h>
#include <freerdp/channels/wtsvc.h>
#include <freerdp/channels/log.h>
#include <freerdp/server/gfxredir.h>
#include "../gfxredir_common.h"
Macros | |
#define | TAG CHANNELS_TAG("gfxredir.server") |
#define TAG CHANNELS_TAG("gfxredir.server") |
FreeRDP: A Remote Desktop Protocol Implementation RDPXXXX Remote App Graphics Redirection Virtual Channel Extension
Copyright 2020 Microsoft
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 |
Function description
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
void gfxredir_server_context_free | ( | GfxRedirServerContext * | context | ) |
GfxRedirServerContext* gfxredir_server_context_new | ( | HANDLE | vcm | ) |
|
static |
Function description
|
static |
Function description
Function description
Function description
|
static |
Function description Create new stream for single gfxredir packet. The new stream length would be required data length + header. The header will be written to the stream before return.
cmdId | |
length | - data length without header |
|
static |
Function description