FreeRDP
dvc.h File Reference
#include <freerdp/types.h>
#include <freerdp/addin.h>
#include <freerdp/settings.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  IWTSListener
 
struct  IWTSVirtualChannel
 
struct  IWTSVirtualChannelManager
 
struct  IWTSPlugin
 
struct  IWTSListenerCallback
 
struct  IWTSVirtualChannelCallback
 
struct  IDRDYNVC_ENTRY_POINTS
 

Typedefs

typedef UINT(* PDVC_PLUGIN_ENTRY) (IDRDYNVC_ENTRY_POINTS *)
 

Functions

void * get_callback_by_name (const char *name, void **context)
 
void add_callback_by_name (const char *name, void *fkt, void *context)
 
void remove_callback_by_name (const char *name, void *context)
 

Typedef Documentation

◆ PDVC_PLUGIN_ENTRY

typedef UINT(* PDVC_PLUGIN_ENTRY) (IDRDYNVC_ENTRY_POINTS *)

Function Documentation

◆ add_callback_by_name()

void add_callback_by_name ( const char *  name,
void *  fkt,
void *  context 
)

◆ get_callback_by_name()

void* get_callback_by_name ( const char *  name,
void **  context 
)

◆ remove_callback_by_name()

void remove_callback_by_name ( const char *  name,
void *  context 
)