FreeRDP
channels/telemetry.h
1 
20 #ifndef FREERDP_CHANNEL_TELEMETRY_H
21 #define FREERDP_CHANNEL_TELEMETRY_H
22 
23 #include <freerdp/api.h>
24 #include <freerdp/dvc.h>
25 #include <freerdp/types.h>
26 
31 #define TELEMETRY_CHANNEL_NAME "telemetry"
32 #define TELEMETRY_DVC_CHANNEL_NAME "Microsoft::Windows::RDS::Telemetry"
33 
34 #ifdef __cplusplus
35 extern "C"
36 {
37 #endif
38 
39  typedef struct
40  {
41  UINT32 PromptForCredentialsMillis;
42  UINT32 PromptForCredentialsDoneMillis;
43  UINT32 GraphicsChannelOpenedMillis;
44  UINT32 FirstGraphicsReceivedMillis;
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif /* FREERDP_CHANNEL_TELEMETRY_H */