Click or drag to resize

ShellUtilitiesChangeNotify Method (SHCNE, SHCNF, ShellItemIdList, ShellItemIdList)

Notifies the Shell of an event. Wraps Windows Shell's SHChangeNotify function.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void ChangeNotify(
	SHCNE id,
	SHCNF flags,
	ShellItemIdList item1,
	ShellItemIdList item2
)

Parameters

id
Type: callback.ShellBoost.Core.WindowsShellSHCNE
The event identifier.
flags
Type: callback.ShellBoost.Core.WindowsShellSHCNF
Flags that indicate the meaning of the item1 and item2 parameters.
item1
Type: callback.ShellBoost.CoreShellItemIdList
First event-dependent value.
item2
Type: callback.ShellBoost.CoreShellItemIdList
Second event-dependent value.
See Also