Click or drag to resize

ShellUtilitiesChangeNotifyDeregister Method

Unregisters the client's window process from receiving ChangeNotify messages.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool ChangeNotifyDeregister(
	uint id
)

Parameters

id
Type: SystemUInt32
A value that specifies the registration ID returned by ChangeNotifyRegister.

Return Value

Type: Boolean
true if the specified client was found and removed; false otherwise.
See Also