|
static BOOL | wf_has_console (void) |
|
static BOOL | wf_end_paint (rdpContext *context) |
|
static BOOL | wf_begin_paint (rdpContext *context) |
|
static BOOL | wf_desktop_resize (rdpContext *context) |
|
static BOOL | wf_pre_connect (freerdp *instance) |
|
static void | wf_append_item_to_system_menu (HMENU hMenu, UINT fMask, UINT wID, const wchar_t *text, wfContext *wfc) |
|
static void | wf_add_system_menu (wfContext *wfc) |
|
static WCHAR * | wf_window_get_title (rdpSettings *settings) |
|
static BOOL | wf_post_connect (freerdp *instance) |
|
static void | wf_post_disconnect (freerdp *instance) |
|
static BOOL | wf_authenticate_ex (freerdp *instance, char **username, char **password, char **domain, rdp_auth_reason reason) |
|
static WCHAR * | wf_format_text (const WCHAR *fmt,...) |
|
static DWORD | wf_cli_verify_certificate_ex (freerdp *instance, const char *host, UINT16 port, const char *common_name, const char *subject, const char *issuer, const char *fingerprint, DWORD flags) |
|
static DWORD | wf_verify_certificate_ex (freerdp *instance, const char *host, UINT16 port, const char *common_name, const char *subject, const char *issuer, const char *fingerprint, DWORD flags) |
|
static DWORD | wf_verify_changed_certificate_ex (freerdp *instance, const char *host, UINT16 port, const char *common_name, const char *subject, const char *issuer, const char *new_fingerprint, const char *old_subject, const char *old_issuer, const char *old_fingerprint, DWORD flags) |
|
static BOOL | wf_present_gateway_message (freerdp *instance, UINT32 type, BOOL isDisplayMandatory, BOOL isConsentMandatory, size_t length, const WCHAR *message) |
|
static DWORD WINAPI | wf_client_thread (LPVOID lpParam) |
|
static DWORD WINAPI | wf_keyboard_thread (LPVOID lpParam) |
|
int | freerdp_client_set_window_size (wfContext *wfc, int width, int height) |
|
void | wf_size_scrollbars (wfContext *wfc, UINT32 client_width, UINT32 client_height) |
|
static BOOL | wfreerdp_client_global_init (void) |
|
static void | wfreerdp_client_global_uninit (void) |
|
static BOOL | wfreerdp_client_new (freerdp *instance, rdpContext *context) |
|
static void | wfreerdp_client_free (freerdp *instance, rdpContext *context) |
|
static int | wfreerdp_client_start (rdpContext *context) |
|
static int | wfreerdp_client_stop (rdpContext *context) |
|
int | RdpClientEntry (RDP_CLIENT_ENTRY_POINTS *pEntryPoints) |
|
FreeRDP: A Remote Desktop Protocol Implementation Windows Client
Copyright 2009-2011 Jay Sorg Copyright 2010-2011 Vic Lee Copyright 2010-2011 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.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.