Registers the given ItemIdList in order to receive change notifications for it.
| C# | Visual Basic | Visual C++ |
protected uint ShellNotifyRegister( ItemIdList IdList, bool WatchSubTree )
Protected Function ShellNotifyRegister ( _ IdList As ItemIdList, _ WatchSubTree As Boolean _ ) As UInteger
protected: unsigned int ShellNotifyRegister( ItemIdList^ IdList, bool WatchSubTree )
- IdList (ItemIdList)
- ItemIdList of the folder to receive chnage notifications for
- WatchSubTree (Boolean)
- true, if notifications for subfolders are desired as well
Handle, that can be used to call ShellNotifiyUnregister() later