FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
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;
45
}
TELEMETRY_RDP_TELEMETRY_PDU
;
39
typedef
struct
{
…
};
46
47
#ifdef __cplusplus
48
}
49
#endif
50
51
#endif
/* FREERDP_CHANNEL_TELEMETRY_H */
TELEMETRY_RDP_TELEMETRY_PDU
Definition
channels/telemetry.h:40
include
freerdp
channels
telemetry.h
Generated by
1.9.8