|
FreeRDP
|
Macros | |
| #define | TAG CHANNELS_TAG("rail.common") |
| #define TAG CHANNELS_TAG("rail.common") |
FreeRDP: A Remote Desktop Protocol Implementation RAIL common functions
Copyright 2011 Marc-Andre Moreau marcandre.moreau@gmail.com Copyright 2011 Roman Barabanov romanbarabanov@gmail.com Copyright 2011 Vic Lee Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger martin.haimberger@thincast.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.
| const char* rail_get_order_type_string | ( | UINT16 | orderType | ) |

| const char* rail_get_order_type_string_full | ( | UINT16 | orderType, |
| char * | buffer, | ||
| size_t | length | ||
| ) |


| const char* rail_handshake_ex_flags_to_string | ( | UINT32 | flags, |
| char * | buffer, | ||
| size_t | len | ||
| ) |


| BOOL rail_is_extended_spi_supported | ( | UINT32 | channelFlags | ) |

| wStream* rail_pdu_init | ( | size_t | length | ) |


|
static |
Function description

| UINT rail_read_handshake_ex_order | ( | wStream * | s, |
| RAIL_HANDSHAKE_EX_ORDER * | handshakeEx | ||
| ) |
Function description

| UINT rail_read_handshake_order | ( | wStream * | s, |
| RAIL_HANDSHAKE_ORDER * | handshake | ||
| ) |
Function description

|
static |
Function description


Function description

| UINT rail_read_sysparam_order | ( | wStream * | s, |
| RAIL_SYSPARAM_ORDER * | sysparam, | ||
| BOOL | extendedSpiSupported | ||
| ) |
Function description


|
static |
Function description


| void rail_write_handshake_ex_order | ( | wStream * | s, |
| const RAIL_HANDSHAKE_EX_ORDER * | handshakeEx | ||
| ) |


| void rail_write_handshake_order | ( | wStream * | s, |
| const RAIL_HANDSHAKE_ORDER * | handshake | ||
| ) |


|
static |
Function description




| UINT rail_write_sysparam_order | ( | wStream * | s, |
| const RAIL_SYSPARAM_ORDER * | sysparam, | ||
| BOOL | extendedSpiSupported | ||
| ) |
Function description


| UINT rail_write_unicode_string | ( | wStream * | s, |
| const RAIL_UNICODE_STRING * | unicode_string | ||
| ) |
Function description


| UINT rail_write_unicode_string_value | ( | wStream * | s, |
| const RAIL_UNICODE_STRING * | unicode_string | ||
| ) |
Function description

