FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
rpc_fault.h
1
20#ifndef FREERDP_LIB_CORE_GATEWAY_RPC_FAULT_H
21#define FREERDP_LIB_CORE_GATEWAY_RPC_FAULT_H
22
23#include <winpr/wtypes.h>
24#include <freerdp/api.h>
25
26FREERDP_LOCAL int rpc_recv_fault_pdu(UINT32 status);
27FREERDP_LOCAL const char* rpc_error_to_string(UINT32 error);
28FREERDP_LOCAL const char* rpc_error_to_category(UINT32 error);
29
30#endif /* FREERDP_LIB_CORE_GATEWAY_RPC_FAULT_H */