FreeRDP
shadow_subsystem_builtin.c File Reference
#include <freerdp/config.h>
#include <freerdp/server/shadow.h>

Functions

int ShadowSubsystemEntry (RDP_SHADOW_ENTRY_POINTS *pEntryPoints)
 
const char * ShadowSubsystemName (void)
 
static pfnShadowSubsystemEntry shadow_subsystem_load_static_entry (const char *name)
 
void shadow_subsystem_set_entry_builtin (const char *name)
 

Variables

static RDP_SHADOW_SUBSYSTEM g_Subsystems []
 
static size_t g_SubsystemCount = ARRAYSIZE(g_Subsystems)
 

Function Documentation

◆ shadow_subsystem_load_static_entry()

static pfnShadowSubsystemEntry shadow_subsystem_load_static_entry ( const char *  name)
static
Here is the caller graph for this function:

◆ shadow_subsystem_set_entry_builtin()

void shadow_subsystem_set_entry_builtin ( const char *  name)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShadowSubsystemEntry()

int ShadowSubsystemEntry ( RDP_SHADOW_ENTRY_POINTS *  pEntryPoints)
Here is the call graph for this function:

◆ ShadowSubsystemName()

const char* ShadowSubsystemName ( void  )

Variable Documentation

◆ g_SubsystemCount

size_t g_SubsystemCount = ARRAYSIZE(g_Subsystems)
static

◆ g_Subsystems

RDP_SHADOW_SUBSYSTEM g_Subsystems[]
static
Initial value:
= {
}
const char * ShadowSubsystemName(void)
Definition: mac_shadow.c:661
int ShadowSubsystemEntry(RDP_SHADOW_ENTRY_POINTS *pEntryPoints)
Definition: mac_shadow.c:666