FreeRDP
urbdrc_helpers.h
1 
21 #ifndef FREERDP_CHANNEL_URBDRC_HELPERS_H
22 #define FREERDP_CHANNEL_URBDRC_HELPERS_H
23 
24 #include <winpr/wtypes.h>
25 
26 #ifdef __cplusplus
27 extern "C"
28 {
29 #endif
30 
31 #include <winpr/wlog.h>
32 #include <winpr/stream.h>
33 
34  const char* urb_function_string(UINT16 urb);
35  const char* mask_to_string(UINT32 mask);
36  const char* interface_to_string(UINT32 id);
37  const char* call_to_string(BOOL client, UINT32 interfaceNr, UINT32 functionId);
38 
39  void urbdrc_dump_message(wLog* log, BOOL client, BOOL write, wStream* s);
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif /* FREERDP_CHANNEL_URBDRC_HELPERS_H */