Click or drag to resize

ShellUtilitiesChangeNotify Method (SHCNE, SHCNF, Int32)

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,
	int item
)

Parameters

id
Type: callback.ShellBoost.Core.WindowsShellSHCNE
The event identifier.
flags
Type: callback.ShellBoost.Core.WindowsShellSHCNF
Flags that indicate the meaning of the item parameter.
item
Type: SystemInt32
Event-dependent value.
See Also