Exemple #1
0
 /// <summary>
 /// Free the array of DdNodes
 /// </summary>
 public static void FreeArray(IntPtr array)
 {
     PlatformInvoke.DDV_FreeArray(array);
 }