DwmUnregisterThumbnail

[DllImport("dwmapi.dll", SetLastError = true)]
public static extern int DwmUnregisterThumbnail(
   IntPtr hThumbnailId
);

Microsoft documentation: Link

Last updated