FreeRDP
modules_api.h File Reference
#include <freerdp/freerdp.h>
#include <winpr/winpr.h>
#include "../pf_context.h"
#include <winpr/pack.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  proxy_plugin
 
struct  proxy_plugins_manager
 
struct  proxy_keyboard_event_info
 
struct  proxy_mouse_event_info
 
struct  channel_data_event_info
 
struct  fetch_target_event_info
 

Macros

#define MODULE_TAG(module)   "proxy.modules." module
 
#define WINPR_PACK_PUSH
 
#define WINPR_PACK_POP
 

Typedefs

typedef BOOL(* proxyHookFn) (proxyData *)
 
typedef BOOL(* proxyFilterFn) (proxyData *, void *)
 

Enumerations

enum  proxy_fetch_target_method { PROXY_FETCH_TARGET_METHOD_DEFAULT, PROXY_FETCH_TARGET_METHOD_CONFIG, PROXY_FETCH_TARGET_METHOD_LOAD_BALANCE_INFO, PROXY_FETCH_TARGET_USE_CUSTOM_ADDR }
 

Functions

FREERDP_API BOOL proxy_module_entry_point (proxyPluginsManager *plugins_manager)
 

Macro Definition Documentation

◆ MODULE_TAG

#define MODULE_TAG (   module)    "proxy.modules." module

FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Proxy Server

Copyright 2019 Kobi Mizrachi kmizr.nosp@m.achi.nosp@m.18@gm.nosp@m.ail..nosp@m.com Copyright 2019 Idan Freiberg speid.nosp@m.y@gm.nosp@m.ail.c.nosp@m.om

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.

◆ WINPR_PACK_POP

#define WINPR_PACK_POP

◆ WINPR_PACK_PUSH

#define WINPR_PACK_PUSH

Typedef Documentation

◆ proxyFilterFn

typedef BOOL(* proxyFilterFn) (proxyData *, void *)

◆ proxyHookFn

typedef BOOL(* proxyHookFn) (proxyData *)

Enumeration Type Documentation

◆ proxy_fetch_target_method

Enumerator
PROXY_FETCH_TARGET_METHOD_DEFAULT 
PROXY_FETCH_TARGET_METHOD_CONFIG 
PROXY_FETCH_TARGET_METHOD_LOAD_BALANCE_INFO 
PROXY_FETCH_TARGET_USE_CUSTOM_ADDR 

Function Documentation

◆ proxy_module_entry_point()

FREERDP_API BOOL proxy_module_entry_point ( proxyPluginsManager *  plugins_manager)
Here is the call graph for this function: