FreeRDP
proxy_modules_api.h File Reference
#include <winpr/winpr.h>
#include <winpr/stream.h>
#include <winpr/sspi.h>
#include <freerdp/server/proxy/proxy_types.h>
#include <winpr/pack.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  proxyPlugin
 
struct  proxyPluginsManager
 
struct  proxyKeyboardEventInfo
 
struct  proxyUnicodeEventInfo
 
struct  proxyMouseEventInfo
 
struct  proxyMouseExEventInfo
 
struct  proxyChannelDataEventInfo
 
struct  proxyFetchTargetEventInfo
 
struct  proxyServerPeerLogon
 
struct  proxyDynChannelInterceptData
 
struct  proxyChannelToInterceptData
 

Macros

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

Typedefs

typedef BOOL(* proxyHookFn) (proxyPlugin *, proxyData *, void *)
 
typedef BOOL(* proxyFilterFn) (proxyPlugin *, proxyData *, void *)
 
typedef BOOL(* proxyModuleEntryPoint) (proxyPluginsManager *plugins_manager, void *userdata)
 

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 Copyright 2021 Armin Novak anova.nosp@m.k@th.nosp@m.incas.nosp@m.t.co.nosp@m.m Copyright 2021 Thincast Technologies GmbH Copyright 2023 Armin Novak anova.nosp@m.k@th.nosp@m.incas.nosp@m.t.co.nosp@m.m Copyright 2023 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.

◆ WINPR_PACK_POP

#define WINPR_PACK_POP

◆ WINPR_PACK_PUSH

#define WINPR_PACK_PUSH

Typedef Documentation

◆ proxyFilterFn

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

◆ proxyHookFn

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

◆ proxyModuleEntryPoint

typedef BOOL(* proxyModuleEntryPoint) (proxyPluginsManager *plugins_manager, void *userdata)