|
FreeRDP
|
#include <winpr/windows.h>#include <freerdp/api.h>#include <freerdp/freerdp.h>#include <freerdp/extension.h>
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 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.
| FREERDP_API void extension_free | ( | rdpExtension * | extension | ) |


| FREERDP_API void extension_load_and_init_plugins | ( | rdpExtension * | extension | ) |


| FREERDP_API rdpExtension* extension_new | ( | freerdp * | instance | ) |

| FREERDP_API int extension_post_connect | ( | rdpExtension * | ext | ) |
Gets through all registered post-connect hooks and executes them.
| extension | - pointer to a rdpExtension structure |

| FREERDP_API int extension_pre_connect | ( | rdpExtension * | extension | ) |
Gets through all registered pre-connect hooks and executes them.
| extension | - pointer to a rdpExtension structure |
