FreeRDP
|
#include <freerdp/config.h>
#include "settings.h"
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <freerdp/log.h>
#include "window.h"
Macros | |
#define | TAG FREERDP_TAG("core.window") |
#define | DUMP_APPEND(buffer, size, ...) |
#define DUMP_APPEND | ( | buffer, | |
size, | |||
... | |||
) |
#define TAG FREERDP_TAG("core.window") |
FreeRDP: A Remote Desktop Protocol Implementation Windowing Alternate Secondary Orders
Copyright 2011 Marc-Andre Moreau marca Copyright 2011 Roman Barabanov ndre .more au@g mail. comroman bara banov @gma il.co m
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.
|
static |
|
static |
BOOL rail_read_unicode_string | ( | wStream * | s, |
RAIL_UNICODE_STRING * | unicode_string | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
BOOL update_recv_altsec_window_order | ( | rdpUpdate * | update, |
wStream * | s | ||
) |
FreeRDP: A Remote Desktop Protocol Implementation Windowing Alternate Secondary Orders
Copyright 2011 Marc-Andre Moreau marca Copyright 2011 Roman Barabanov ndre .more au@g mail. comroman bara banov @gma il.co m
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.
|
static |
|
static |
|
static |
BOOL utf8_string_to_rail_string | ( | const char * | string, |
RAIL_UNICODE_STRING * | unicode_string | ||
) |
|
static |