SHChangeNotify

[DllImport("shell32.dll")]
public static extern void SHChangeNotify(
   uint wEventId,
   uint uFlags,
   IntPtr dwItem1,
   IntPtr dwItem2
);

Microsoft documentation: Linkarrow-up-right

Last updated