Example #1
0
 public static extern void strac_SetServerState(ref TmNativeDefs.TraceItemStorage tis,
                                                UInt32 state);
Example #2
0
 public static extern bool strac_AllocServer(ref TmNativeDefs.TraceItemStorage tis,
                                             UInt32 pid,
                                             UInt32 ppid,
                                             [MarshalAs(UnmanagedType.LPStr)] string name,
                                             [MarshalAs(UnmanagedType.LPStr)] string comment);