Click or drag to resize

ShellUtilitiesChangeNotify Method (SHCNE, SHCNF)

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
)

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.
See Also