FreeRDP
|
Macros | |
#define | TAG CHANNELS_TAG("rail.client") |
#define TAG CHANNELS_TAG("rail.client") |
FreeRDP: A Remote Desktop Protocol Implementation Remote Applications Integrated Locally (RAIL)
Copyright 2009 Marc-Andre Moreau marca Copyright 2011 Roman Barabanov ndre .more au@g mail. comroman Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger bara banov @gma il.co mmarti n.ha imber ger@ thinc ast. 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 description
UINT rail_send_client_activate_order | ( | railPlugin * | rail, |
const RAIL_ACTIVATE_ORDER * | activate | ||
) |
Function description
UINT rail_send_client_cloak_order | ( | railPlugin * | rail, |
const RAIL_CLOAK * | cloak | ||
) |
UINT rail_send_client_compartment_info_order | ( | railPlugin * | rail, |
const RAIL_COMPARTMENT_INFO_ORDER * | compartmentInfo | ||
) |
UINT rail_send_client_exec_order | ( | railPlugin * | rail, |
UINT16 | flags, | ||
const RAIL_UNICODE_STRING * | exeOrFile, | ||
const RAIL_UNICODE_STRING * | workingDir, | ||
const RAIL_UNICODE_STRING * | arguments | ||
) |
Function description
UINT rail_send_client_get_appid_req_order | ( | railPlugin * | rail, |
const RAIL_GET_APPID_REQ_ORDER * | getAppIdReq | ||
) |
Function description
UINT rail_send_client_langbar_info_order | ( | railPlugin * | rail, |
const RAIL_LANGBAR_INFO_ORDER * | langBarInfo | ||
) |
Function description
UINT rail_send_client_languageime_info_order | ( | railPlugin * | rail, |
const RAIL_LANGUAGEIME_INFO_ORDER * | langImeInfo | ||
) |
UINT rail_send_client_notify_event_order | ( | railPlugin * | rail, |
const RAIL_NOTIFY_EVENT_ORDER * | notifyEvent | ||
) |
Function description
UINT rail_send_client_snap_arrange_order | ( | railPlugin * | rail, |
const RAIL_SNAP_ARRANGE * | snap | ||
) |
UINT rail_send_client_status_order | ( | railPlugin * | rail, |
const RAIL_CLIENT_STATUS_ORDER * | clientStatus | ||
) |
Function description
UINT rail_send_client_syscommand_order | ( | railPlugin * | rail, |
const RAIL_SYSCOMMAND_ORDER * | syscommand | ||
) |
Function description
UINT rail_send_client_sysmenu_order | ( | railPlugin * | rail, |
const RAIL_SYSMENU_ORDER * | sysmenu | ||
) |
Function description
UINT rail_send_client_window_move_order | ( | railPlugin * | rail, |
const RAIL_WINDOW_MOVE_ORDER * | windowMove | ||
) |
Function description
UINT rail_send_handshake_ex_order | ( | railPlugin * | rail, |
const RAIL_HANDSHAKE_EX_ORDER * | handshakeEx | ||
) |
Function description
UINT rail_send_handshake_order | ( | railPlugin * | rail, |
const RAIL_HANDSHAKE_ORDER * | handshake | ||
) |
Function description
UINT rail_send_pdu | ( | railPlugin * | rail, |
wStream * | s, | ||
UINT16 | orderType | ||
) |
Function description