FreeRDP
Loading...
Searching...
No Matches
sample_shadow.h
1
20#pragma once
21
22#include <freerdp/server/shadow.h>
23
24#ifdef __cplusplus
25extern "C"
26{
27#endif
28
29 typedef struct sample_shadow_subsystem sampleShadowSubsystem;
30
32 {
33 rdpShadowSubsystem base;
34
35 /* Additional platform specific stuff goes here */
36 };
37
38 FREERDP_API const char* ShadowSubsystemName(void);
39 FREERDP_API int ShadowSubsystemEntry(RDP_SHADOW_ENTRY_POINTS* pEntryPoints);
40
41#ifdef __cplusplus
42}
43#endif