FreeRDP
Loading...
Searching...
No Matches
IDRDYNVC_ENTRY_POINTS Struct Reference
Collaboration diagram for IDRDYNVC_ENTRY_POINTS:

Data Fields

WINPR_ATTR_NODISCARD UINT(* RegisterPlugin )(IDRDYNVC_ENTRY_POINTS *pEntryPoints, const char *name, IWTSPlugin *pPlugin)
 
IWTSPlugin *(* GetPlugin )(IDRDYNVC_ENTRY_POINTS *pEntryPoints, const char *name)
 
const ADDIN_ARGV *(* GetPluginData )(IDRDYNVC_ENTRY_POINTS *pEntryPoints)
 
WINPR_ATTR_NODISCARD rdpSettings *(* GetRdpSettings )(IDRDYNVC_ENTRY_POINTS *pEntryPoints)
 
WINPR_ATTR_NODISCARD rdpContext *(* GetRdpContext )(IDRDYNVC_ENTRY_POINTS *pEntryPoints)
 

Detailed Description

Definition at line 164 of file dvc.h.

Field Documentation

◆ GetPlugin

IWTSPlugin *(* IDRDYNVC_ENTRY_POINTS::GetPlugin) (IDRDYNVC_ENTRY_POINTS *pEntryPoints, const char *name)

Definition at line 168 of file dvc.h.

◆ GetPluginData

const ADDIN_ARGV *(* IDRDYNVC_ENTRY_POINTS::GetPluginData) (IDRDYNVC_ENTRY_POINTS *pEntryPoints)

Definition at line 169 of file dvc.h.

◆ GetRdpContext

WINPR_ATTR_NODISCARD rdpContext *(* IDRDYNVC_ENTRY_POINTS::GetRdpContext) (IDRDYNVC_ENTRY_POINTS *pEntryPoints)

Definition at line 171 of file dvc.h.

◆ GetRdpSettings

WINPR_ATTR_NODISCARD rdpSettings *(* IDRDYNVC_ENTRY_POINTS::GetRdpSettings) (IDRDYNVC_ENTRY_POINTS *pEntryPoints)

Definition at line 170 of file dvc.h.

◆ RegisterPlugin

WINPR_ATTR_NODISCARD UINT(* IDRDYNVC_ENTRY_POINTS::RegisterPlugin) (IDRDYNVC_ENTRY_POINTS *pEntryPoints, const char *name, IWTSPlugin *pPlugin)

Definition at line 166 of file dvc.h.


The documentation for this struct was generated from the following file: