FreeRDP
|
#include <freerdp/config.h>
#include <freerdp/freerdp.h>
#include <freerdp/channels/log.h>
#include <freerdp/server/telemetry.h>
Macros | |
#define | TAG CHANNELS_TAG("telemetry.server") |
Enumerations | |
enum | eTelemetryChannelState { TELEMETRY_INITIAL , TELEMETRY_OPENED } |
Functions | |
static UINT | telemetry_server_initialize (TelemetryServerContext *context, BOOL externalThread) |
static UINT | telemetry_server_open_channel (telemetry_server *telemetry) |
static UINT | telemetry_server_recv_rdp_telemetry_pdu (TelemetryServerContext *context, wStream *s) |
static UINT | telemetry_process_message (telemetry_server *telemetry) |
static UINT | telemetry_server_context_poll_int (TelemetryServerContext *context) |
static HANDLE | telemetry_server_get_channel_handle (telemetry_server *telemetry) |
static DWORD WINAPI | telemetry_server_thread_func (LPVOID arg) |
static UINT | telemetry_server_open (TelemetryServerContext *context) |
static UINT | telemetry_server_close (TelemetryServerContext *context) |
static UINT | telemetry_server_context_poll (TelemetryServerContext *context) |
static BOOL | telemetry_server_context_handle (TelemetryServerContext *context, HANDLE *handle) |
TelemetryServerContext * | telemetry_server_context_new (HANDLE vcm) |
void | telemetry_server_context_free (TelemetryServerContext *context) |
#define TAG CHANNELS_TAG("telemetry.server") |
FreeRDP: A Remote Desktop Protocol Implementation Telemetry Virtual Channel Extension
Copyright 2022 Pascal Nowack Pasca l.No wack@ gmx. de
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 |
|
static |
void telemetry_server_context_free | ( | TelemetryServerContext * | context | ) |
|
static |
TelemetryServerContext* telemetry_server_context_new | ( | HANDLE | vcm | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |