FileIconInit

[DllImport("shell32.dll")]
public static extern void FileIconInit(
   bool fRestoreCache
);

Microsoft documentation: Linkarrow-up-right

Last updated