ShellBrowser .Net Edition
ShellNotifyRegister Method (IdList, WatchSubTree)
NamespacesJam.ShellShellChangeNotifierShellNotifyRegister(ItemIdList, Boolean)
Registers the given ItemIdList in order to receive change notifications for it.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
IdList (ItemIdList)
ItemIdList of the folder to receive chnage notifications for
WatchSubTree (Boolean)
true, if notifications for subfolders are desired as well
Return Value
Handle, that can be used to call ShellNotifiyUnregister() later

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)