#ifndef _NTEXAPI_H
typedef enum _EVENT_TRACE_PROFILE_ADD_INFORMATION_VERSIONS
{
EventTraceProfileAddInformationMinVersion = 0x2,
EventTraceProfileAddInformationV2 = 0x2,
EventTraceProfileAddInformationV3 = 0x3,
EventTraceProfileAddInformationMaxVersion = 0x3,
} EVENT_TRACE_PROFILE_ADD_INFORMATION_VERSIONS;
View code on GitHub
No description available.