FreeRDP
utils/gfx.h
1 
22 #ifndef FREERDP_UTILS_GFX_H
23 #define FREERDP_UTILS_GFX_H
24 
25 #include <winpr/wtypes.h>
26 #include <freerdp/api.h>
27 
28 #ifdef __cplusplus
29 extern "C"
30 {
31 #endif
32 
39  FREERDP_API const char* rdpgfx_caps_version_str(UINT32 capsVersion);
40 
41  FREERDP_API const char* rdpgfx_get_cmd_id_string(UINT16 cmdId);
42 
43  FREERDP_API const char* rdpgfx_get_codec_id_string(UINT16 codecId);
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif