SHChangeNotifyUnregister

[DllImport("shell32.dll")]
public static extern bool SHChangeNotifyUnregister(
   uint hNotify
);

Microsoft documentation: Linkarrow-up-right

Last updated