FreeRDP
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 
26 FREERDP_LOCAL int rpc_recv_fault_pdu(UINT32 status);
27 FREERDP_LOCAL const char* rpc_error_to_string(UINT32 error);
28 FREERDP_LOCAL const char* rpc_error_to_category(UINT32 error);
29 
30 #endif /* FREERDP_LIB_CORE_GATEWAY_RPC_FAULT_H */