| 
    FreeRDP
    
   | 
 
Data Fields | |
| BYTE | rpc_vers | 
| BYTE | rpc_vers_minor | 
| BYTE | ptype | 
| BYTE | pfc_flags | 
| BYTE | packed_drep [4] | 
| UINT16 | frag_length | 
| UINT16 | auth_length | 
| UINT32 | call_id | 
Definition at line 39 of file libfreerdp/core/gateway/rpc.h.
| UINT16 rpcconn_common_hdr_t::auth_length | 
Definition at line 47 of file libfreerdp/core/gateway/rpc.h.
| UINT32 rpcconn_common_hdr_t::call_id | 
Definition at line 48 of file libfreerdp/core/gateway/rpc.h.
| UINT16 rpcconn_common_hdr_t::frag_length | 
Definition at line 46 of file libfreerdp/core/gateway/rpc.h.
| BYTE rpcconn_common_hdr_t::packed_drep[4] | 
Definition at line 45 of file libfreerdp/core/gateway/rpc.h.
| BYTE rpcconn_common_hdr_t::pfc_flags | 
Definition at line 44 of file libfreerdp/core/gateway/rpc.h.
| BYTE rpcconn_common_hdr_t::ptype | 
Definition at line 43 of file libfreerdp/core/gateway/rpc.h.
| BYTE rpcconn_common_hdr_t::rpc_vers | 
Definition at line 41 of file libfreerdp/core/gateway/rpc.h.
| BYTE rpcconn_common_hdr_t::rpc_vers_minor | 
Definition at line 42 of file libfreerdp/core/gateway/rpc.h.