FreeRDP
client.c File Reference

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)

Function Documentation

void freerdp_client_common_free ( freerdp *  instance,
rdpContext *  context 
)

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

void freerdp_client_context_free ( rdpContext *  context)

Here is the call graph for this function:

Here is the caller graph for this function:

rdpContext* freerdp_client_context_new ( RDP_CLIENT_ENTRY_POINTS pEntryPoints)

Here is the call graph for this function:

Here is the caller graph for this function:

freerdp* freerdp_client_get_instance ( rdpContext *  context)
HANDLE freerdp_client_get_thread ( rdpContext *  context)

Here is the caller graph for this function:

int freerdp_client_settings_parse_command_line ( rdpSettings *  settings,
int  argc,
char **  argv 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int freerdp_client_settings_parse_connection_file ( rdpSettings *  settings,
const char *  filename 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int freerdp_client_settings_parse_connection_file_buffer ( rdpSettings *  settings,
const BYTE buffer,
size_t  size 
)

Here is the call graph for this function:

int freerdp_client_settings_write_connection_file ( const rdpSettings *  settings,
const char *  filename,
BOOL  unicode 
)

Here is the call graph for this function:

int freerdp_client_start ( rdpContext *  context)

Here is the caller graph for this function:

int freerdp_client_stop ( rdpContext *  context)

Here is the caller graph for this function:

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