Home
last modified time | relevance | path

Searched refs:nca_s_fault_object_not_found (Results 1 – 2 of 2) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Drpc_fault.c33 DEFINE_RPC_FAULT_CODE(nca_s_fault_object_not_found, CAT_GATEWAY),
347 case nca_s_fault_object_not_found: in rpc_map_status_code_to_win32_error_code()
348 return nca_s_fault_object_not_found; in rpc_map_status_code_to_win32_error_code()
H A Drpc.h457 #define nca_s_fault_object_not_found 0x1C000024 macro