internal static void DestroyCaret(IntPtr handle) { #if DriverDebug Console.WriteLine("DestroyCaret({0:X}): Called", handle.ToInt32()); #endif driver.DestroyCaret(handle); }
internal static void DestroyCaret(IntPtr handle) { DriverDebug("DestroyCaret ({0:X}): Called", handle.ToInt32()); driver.DestroyCaret(handle); }