FreeRDP
rdpExtension Struct Reference

#include <extension.h>

Data Fields

freerdp * instance
rdpExtPlugin * plugins [FREERDP_EXT_MAX_COUNT]
int num_plugins
PFREERDP_EXTENSION_HOOK pre_connect_hooks [FREERDP_EXT_MAX_COUNT]
rdpExtPlugin * pre_connect_hooks_instances [FREERDP_EXT_MAX_COUNT]
int num_pre_connect_hooks
PFREERDP_EXTENSION_HOOK post_connect_hooks [FREERDP_EXT_MAX_COUNT]
rdpExtPlugin * post_connect_hooks_instances [FREERDP_EXT_MAX_COUNT]
int num_post_connect_hooks

Field Documentation

int rdpExtension::num_plugins
int rdpExtension::num_post_connect_hooks
int rdpExtension::num_pre_connect_hooks
rdpExtPlugin* rdpExtension::plugins[FREERDP_EXT_MAX_COUNT]
PFREERDP_EXTENSION_HOOK rdpExtension::post_connect_hooks[FREERDP_EXT_MAX_COUNT]
rdpExtPlugin* rdpExtension::post_connect_hooks_instances[FREERDP_EXT_MAX_COUNT]
PFREERDP_EXTENSION_HOOK rdpExtension::pre_connect_hooks[FREERDP_EXT_MAX_COUNT]
rdpExtPlugin* rdpExtension::pre_connect_hooks_instances[FREERDP_EXT_MAX_COUNT]

The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines