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