FreeRDP
|
#include <freerdp/config.h>
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <winpr/path.h>
#include <winpr/string.h>
#include <winpr/file.h>
#include <winpr/synch.h>
#include <winpr/library.h>
#include <winpr/collections.h>
#include <freerdp/freerdp.h>
#include <freerdp/addin.h>
#include <freerdp/build-config.h>
#include <freerdp/client/channels.h>
#include "tables.h"
#include "addin.h"
#include <freerdp/channels/log.h>
Macros | |
#define | TAG CHANNELS_TAG("addin") |
Functions | |
static void * | freerdp_channels_find_static_entry_in_table (const STATIC_ENTRY_TABLE *table, const char *identifier) |
void * | freerdp_channels_client_find_static_entry (const char *name, const char *identifier) |
static FREERDP_ADDIN ** | freerdp_channels_list_client_static_addins (LPCSTR pszName, LPCSTR pszSubsystem, LPCSTR pszType, DWORD dwFlags) |
static HANDLE | FindFirstFileUTF8 (LPCSTR pszSearchPath, WIN32_FIND_DATAW *FindData) |
static FREERDP_ADDIN ** | freerdp_channels_list_dynamic_addins (LPCSTR pszName, LPCSTR pszSubsystem, LPCSTR pszType, DWORD dwFlags) |
FREERDP_ADDIN ** | freerdp_channels_list_addins (LPCSTR pszName, LPCSTR pszSubsystem, LPCSTR pszType, DWORD dwFlags) |
void | freerdp_channels_addin_list_free (FREERDP_ADDIN **ppAddins) |
static BOOL | freerdp_channels_is_virtual_channel_entry_ex (LPCSTR pszName) |
PVIRTUALCHANNELENTRY | freerdp_channels_load_static_addin_entry (LPCSTR pszName, LPCSTR pszSubsystem, LPCSTR pszType, DWORD dwFlags) |
static DWORD WINAPI | channel_client_thread_proc (LPVOID userdata) |
static void | free_msg (void *obj) |
static void | channel_client_handler_free (msg_proc_internals *internals) |
void * | channel_client_create_handler (rdpContext *ctx, LPVOID userdata, MsgHandler msg_handler, const char *channel_name) |
UINT | channel_client_post_message (void *MsgsHandle, LPVOID pData, UINT32 dataLength, UINT32 totalLength, UINT32 dataFlags) |
UINT | channel_client_quit_handler (void *MsgsHandle) |
Variables | |
const STATIC_ENTRY_TABLE | CLIENT_STATIC_ENTRY_TABLES [] |
const STATIC_ADDIN_TABLE | CLIENT_STATIC_ADDIN_TABLE [] |
const STATIC_ENTRY | CLIENT_VirtualChannelEntryEx_TABLE [] |
#define TAG CHANNELS_TAG("addin") |
FreeRDP: A Remote Desktop Protocol Implementation Channel Addins
Copyright 2012 Marc-Andre Moreau marca Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger ndre .more au@g mail. commarti n.ha imber ger@ thinc ast. 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.
void* channel_client_create_handler | ( | rdpContext * | ctx, |
LPVOID | userdata, | ||
MsgHandler | msg_handler, | ||
const char * | channel_name | ||
) |
|
static |
UINT channel_client_post_message | ( | void * | MsgsHandle, |
LPVOID | pData, | ||
UINT32 | dataLength, | ||
UINT32 | totalLength, | ||
UINT32 | dataFlags | ||
) |
UINT channel_client_quit_handler | ( | void * | MsgsHandle | ) |
|
static |
|
static |
|
static |
void freerdp_channels_addin_list_free | ( | FREERDP_ADDIN ** | ppAddins | ) |
void* freerdp_channels_client_find_static_entry | ( | const char * | name, |
const char * | identifier | ||
) |
|
static |
|
static |
FREERDP_ADDIN** freerdp_channels_list_addins | ( | LPCSTR | pszName, |
LPCSTR | pszSubsystem, | ||
LPCSTR | pszType, | ||
DWORD | dwFlags | ||
) |
|
static |
|
static |
PVIRTUALCHANNELENTRY freerdp_channels_load_static_addin_entry | ( | LPCSTR | pszName, |
LPCSTR | pszSubsystem, | ||
LPCSTR | pszType, | ||
DWORD | dwFlags | ||
) |
|
extern |
|
extern |
|
extern |