FreeRDP
rpc_fault.c File Reference
#include <freerdp/config.h>
#include <freerdp/log.h>
#include "rpc_fault.h"
#include "rpc.h"

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 []
 

Macro Definition Documentation

◆ TAG

#define TAG   FREERDP_TAG("core.gateway.rpc")

FreeRDP: A Remote Desktop Protocol Implementation RPC Fault Handling

Copyright 2012 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.

Function Documentation

◆ rpc_error_to_category()

const char* rpc_error_to_category ( UINT32  code)
Here is the caller graph for this function:

◆ rpc_error_to_string()

const char* rpc_error_to_string ( UINT32  code)
Here is the caller graph for this function:

◆ rpc_map_status_code_to_win32_error_code()

static UINT32 rpc_map_status_code_to_win32_error_code ( UINT32  code)
static

[MS-RPCE] 3.1.1.5.5 Returning Win32 Error Values: http://msdn.microsoft.com/en-us/library/ee442005/

Here is the caller graph for this function:

◆ rpc_recv_fault_pdu()

int rpc_recv_fault_pdu ( UINT32  status)

FreeRDP: A Remote Desktop Protocol Implementation RPC Fault Handling

Copyright 2012 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.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ RPC_FAULT_CODES

ALIGN64 const RPC_FAULT_CODE RPC_FAULT_CODES[]
static

◆ RPC_TSG_FAULT_CODES

const RPC_FAULT_CODE RPC_TSG_FAULT_CODES[]
static