FreeRDP
libfreerdp/core/extension.h File Reference
#include <winpr/windows.h>
#include <freerdp/api.h>
#include <freerdp/freerdp.h>
#include <freerdp/extension.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  rdpExtension

Defines

#define FREERDP_EXT_MAX_COUNT   16

Functions

FREERDP_API int extension_pre_connect (rdpExtension *extension)
FREERDP_API int extension_post_connect (rdpExtension *extension)
FREERDP_API rdpExtension * extension_new (freerdp *instance)
FREERDP_API void extension_free (rdpExtension *extension)
FREERDP_API void extension_load_and_init_plugins (rdpExtension *extension)

Define Documentation

#define FREERDP_EXT_MAX_COUNT   16

FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Extension Plugin Interface

Copyright 2010-2011 Vic Lee Copyright 2011 Marc-Andre Moreau <marcandre.moreau@gmail.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Function Documentation

FREERDP_API void extension_free ( rdpExtension *  extension)

Here is the call graph for this function:

Here is the caller graph for this function:

FREERDP_API void extension_load_and_init_plugins ( rdpExtension *  extension)

Here is the call graph for this function:

Here is the caller graph for this function:

FREERDP_API rdpExtension* extension_new ( freerdp *  instance)

Here is the caller graph for this function:

FREERDP_API int extension_post_connect ( rdpExtension *  ext)

Gets through all registered post-connect hooks and executes them.

Parameters:
extension- pointer to a rdpExtension structure
Returns:
0 always

Here is the caller graph for this function:

FREERDP_API int extension_pre_connect ( rdpExtension *  extension)

Gets through all registered pre-connect hooks and executes them.

Parameters:
extension- pointer to a rdpExtension structure
Returns:
0 always

Here is the caller graph for this function:

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines