BufferedPaintStopAllAnimations

[DllImport("uxtheme.dll", SetLastError = true)]
public static extern HRESULT BufferedPaintStopAllAnimations(
   HWND hwnd
);

Microsoft documentation: Link

Last updated