FreeRDP
|
Macros | |
#define | TAG FREERDP_TAG("core.gateway.rpc") |
Functions | |
static UINT32 | rpc_map_status_code_to_win32_error_code (UINT32 code) |
const char * | rpc_error_to_string (UINT32 code) |
const char * | rpc_error_to_category (UINT32 code) |
int | rpc_recv_fault_pdu (UINT32 status) |
Variables | |
static ALIGN64 const RPC_FAULT_CODE | RPC_FAULT_CODES [] |
static const RPC_FAULT_CODE | RPC_TSG_FAULT_CODES [] |
#define TAG FREERDP_TAG("core.gateway.rpc") |
FreeRDP: A Remote Desktop Protocol Implementation RPC Fault Handling
Copyright 2012 Marc-Andre Moreau marca ndre .more au@g mail. 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* rpc_error_to_category | ( | UINT32 | code | ) |
const char* rpc_error_to_string | ( | UINT32 | code | ) |
|
static |
[MS-RPCE] 3.1.1.5.5 Returning Win32 Error Values: http://msdn.microsoft.com/en-us/library/ee442005/
int rpc_recv_fault_pdu | ( | UINT32 | status | ) |
FreeRDP: A Remote Desktop Protocol Implementation RPC Fault Handling
Copyright 2012 Marc-Andre Moreau marca ndre .more au@g mail. 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.
|
static |
|
static |