Skip to content

Commit 2e45f7e

Browse files
committed
Update ntmisc.h
1 parent 2bdd584 commit 2e45f7e

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

phnt/include/ntmisc.h

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ typedef enum _VDMSERVICECLASS
4444
VdmSetProcessLdtInfo,
4545
VdmAdlibEmulation,
4646
VdmPMCliControl,
47-
VdmQueryVdmProcess
47+
VdmQueryVdmProcess,
48+
VdmPreInitialize
4849
} VDMSERVICECLASS, *PVDMSERVICECLASS;
4950

5051
NTSYSCALLAPI
@@ -77,25 +78,27 @@ typedef enum _TRACE_CONTROL_INFORMATION_CLASS
7778
TraceControlIncrementLoggerFile = 6,
7879

7980
TraceControlRealtimeConnect = 11,
81+
TraceControlActivityIdCreate = 12,
8082
TraceControlWdiDispatchControl = 13,
8183
TraceControlRealtimeDisconnectConsumerByHandle = 14,
82-
84+
TraceControlRegisterGuidsCode = 15,
8385
TraceControlReceiveNotification = 16,
84-
TraceControlEnableGuid = 17,
86+
TraceControlSendDataBlock = 17, // EnableGuid
8587
TraceControlSendReplyDataBlock = 18,
8688
TraceControlReceiveReplyDataBlock = 19,
8789
TraceControlWdiUpdateSem = 20,
88-
TraceControlGetTraceGuidList = 21,
90+
TraceControlEnumTraceGuidList = 21,
8991
TraceControlGetTraceGuidInfo = 22,
9092
TraceControlEnumerateTraceGuids = 23,
91-
93+
TraceControlRegisterSecurityProv = 24,
9294
TraceControlQueryReferenceTime = 25,
9395
TraceControlTrackProviderBinary = 26,
9496
TraceControlAddNotificationEvent = 27,
9597
TraceControlUpdateDisallowList = 28,
96-
97-
TraceControlUseDescriptorTypeUm = 31,
98-
TraceControlGetTraceGroupList = 32,
98+
TraceControlSetEnableAllKeywordsCode = 29,
99+
TraceControlSetProviderTraitsCode = 30,
100+
TraceControlUseDescriptorTypeCode = 31,
101+
TraceControlEnumTraceGroupList = 32,
99102
TraceControlGetTraceGroupInfo = 33,
100103
TraceControlTraceSetDisallowList= 34,
101104
TraceControlSetCompressionSettings = 35,

0 commit comments

Comments
 (0)