shell.SHChangeNotify
SHChangeNotify(EventId, Flags, Item1, Item2)
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.
Parameters
EventId : int
Combination of shellcon.SHCNE_* constantsFlags : int
Combination of shellcon.SHCNF_* constants that specify type of
last 2 parameters Only one of the type flags may be specified, combined with one
of the SHCNF_FLUSH* flagsItem1 : object
Type is dependent on the event to be signalledItem2 : object
Type is dependent on the event to be signalled