Exemplo n.º 1
0
 internal TraceEventInfoWrapper(EventRecord eventRecord)
 {
     Initialize(eventRecord);
 }
Exemplo n.º 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);