Example #1
0
 internal TraceEventInfoWrapper(EventRecord eventRecord)
 {
     Initialize(eventRecord);
 }
Example #2
0
 internal static extern int TdhGetEventInformation(
     [In] ref EventRecord Event,
     [In] uint TdhContextCount,
     [In] IntPtr TdhContext,
     [Out] IntPtr eventInfoPtr,
     [In][Out] ref int BufferSize);