FreeRDP
|
#include <freerdp/client.h>
#include <freerdp/addin.h>
#include <freerdp/client/file.h>
#include <freerdp/client/cmdline.h>
#include <freerdp/client/channels.h>
Functions | |
int | freerdp_client_common_new (freerdp *instance, rdpContext *context) |
void | freerdp_client_common_free (freerdp *instance, rdpContext *context) |
rdpContext * | freerdp_client_context_new (RDP_CLIENT_ENTRY_POINTS *pEntryPoints) |
void | freerdp_client_context_free (rdpContext *context) |
int | freerdp_client_start (rdpContext *context) |
int | freerdp_client_stop (rdpContext *context) |
freerdp * | freerdp_client_get_instance (rdpContext *context) |
HANDLE | freerdp_client_get_thread (rdpContext *context) |
int | freerdp_client_settings_parse_command_line (rdpSettings *settings, int argc, char **argv) |
int | freerdp_client_settings_parse_connection_file (rdpSettings *settings, const char *filename) |
int | freerdp_client_settings_parse_connection_file_buffer (rdpSettings *settings, const BYTE *buffer, size_t size) |
int | freerdp_client_settings_write_connection_file (const rdpSettings *settings, const char *filename, BOOL unicode) |
void freerdp_client_common_free | ( | freerdp * | instance, |
rdpContext * | context | ||
) |
int freerdp_client_common_new | ( | freerdp * | instance, |
rdpContext * | context | ||
) |
FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Client Common
Copyright 2012 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.
void freerdp_client_context_free | ( | rdpContext * | context | ) |
rdpContext* freerdp_client_context_new | ( | RDP_CLIENT_ENTRY_POINTS * | pEntryPoints | ) |
freerdp* freerdp_client_get_instance | ( | rdpContext * | context | ) |
HANDLE freerdp_client_get_thread | ( | rdpContext * | context | ) |
int freerdp_client_settings_parse_command_line | ( | rdpSettings * | settings, |
int | argc, | ||
char ** | argv | ||
) |
int freerdp_client_settings_parse_connection_file | ( | rdpSettings * | settings, |
const char * | filename | ||
) |
int freerdp_client_settings_parse_connection_file_buffer | ( | rdpSettings * | settings, |
const BYTE * | buffer, | ||
size_t | size | ||
) |
int freerdp_client_settings_write_connection_file | ( | const rdpSettings * | settings, |
const char * | filename, | ||
BOOL | unicode | ||
) |
int freerdp_client_start | ( | rdpContext * | context | ) |
int freerdp_client_stop | ( | rdpContext * | context | ) |