shell.SHChangeNotifyRegister
int = SHChangeNotifyRegister(hwnd, sources
, events
, msg
)
Registers a window that receives notifications from the file system or
shell.
Parameters
hwnd : PyHANDLE
Handle to the window that receives the change or
notification messages.sources : int
One or more values that indicate the type of events for
which to receive notifications.events : int
Change notification events for which to receive notification.msg : int
Message to be posted to the window procedure.