@@ -44,7 +44,8 @@ typedef enum _VDMSERVICECLASS
44
44
VdmSetProcessLdtInfo ,
45
45
VdmAdlibEmulation ,
46
46
VdmPMCliControl ,
47
- VdmQueryVdmProcess
47
+ VdmQueryVdmProcess ,
48
+ VdmPreInitialize
48
49
} VDMSERVICECLASS , * PVDMSERVICECLASS ;
49
50
50
51
NTSYSCALLAPI
@@ -77,25 +78,27 @@ typedef enum _TRACE_CONTROL_INFORMATION_CLASS
77
78
TraceControlIncrementLoggerFile = 6 ,
78
79
79
80
TraceControlRealtimeConnect = 11 ,
81
+ TraceControlActivityIdCreate = 12 ,
80
82
TraceControlWdiDispatchControl = 13 ,
81
83
TraceControlRealtimeDisconnectConsumerByHandle = 14 ,
82
-
84
+ TraceControlRegisterGuidsCode = 15 ,
83
85
TraceControlReceiveNotification = 16 ,
84
- TraceControlEnableGuid = 17 ,
86
+ TraceControlSendDataBlock = 17 , // EnableGuid
85
87
TraceControlSendReplyDataBlock = 18 ,
86
88
TraceControlReceiveReplyDataBlock = 19 ,
87
89
TraceControlWdiUpdateSem = 20 ,
88
- TraceControlGetTraceGuidList = 21 ,
90
+ TraceControlEnumTraceGuidList = 21 ,
89
91
TraceControlGetTraceGuidInfo = 22 ,
90
92
TraceControlEnumerateTraceGuids = 23 ,
91
-
93
+ TraceControlRegisterSecurityProv = 24 ,
92
94
TraceControlQueryReferenceTime = 25 ,
93
95
TraceControlTrackProviderBinary = 26 ,
94
96
TraceControlAddNotificationEvent = 27 ,
95
97
TraceControlUpdateDisallowList = 28 ,
96
-
97
- TraceControlUseDescriptorTypeUm = 31 ,
98
- TraceControlGetTraceGroupList = 32 ,
98
+ TraceControlSetEnableAllKeywordsCode = 29 ,
99
+ TraceControlSetProviderTraitsCode = 30 ,
100
+ TraceControlUseDescriptorTypeCode = 31 ,
101
+ TraceControlEnumTraceGroupList = 32 ,
99
102
TraceControlGetTraceGroupInfo = 33 ,
100
103
TraceControlTraceSetDisallowList = 34 ,
101
104
TraceControlSetCompressionSettings = 35 ,
0 commit comments