예제 #1
0
 internal static extern Win32Error ControlTrace(
     long TraceHandle,
     string InstanceName,
     SafeBuffer Properties, // EVENT_TRACE_PROPERTIES
     EventTraceControl ControlCode
     );
 public static extern int ControlTrace(ulong traceHandle,
                                       string instanceName,
                                       [In][Out] EventTraceProperties properties,
                                       EventTraceControl controlCode);