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_* constants

Flags : 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* flags

Item1 : object

Type is dependent on the event to be signalled

Item2 : object

Type is dependent on the event to be signalled