Shell32SHChangeNotify Method

Overload List

SHChangeNotify(SHChangeNotifyEventID, SHChangeNotifyFlags, IntPtr, IntPtr) Notifies the system of an event that an application has performed.

An application should use this function if it performs an action that may affect the Shell.

SHChangeNotify(SHChangeNotifyEventID, SHChangeNotifyFlags, String, String) Notifies the system of an event that an application has performed.

An application should use this function if it performs an action that may affect the Shell.

See Also