Exemple #1
0
 public static void SetMemoryMonitorCallback(MemoryMonitorCallback callback)
 {
     NativeMethods.rtcSetMemoryMonitorFunction(callback);
     CheckLastError();
 }
Exemple #2
0
 public static extern void rtcSetMemoryMonitorFunction(MemoryMonitorCallback func);