Click or drag to resize

ShellUtilitiesChangeNotificationUnlock Method

Unlocks shared memory for a change notification.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool ChangeNotificationUnlock(
	IntPtr lock
)

Parameters

lock
Type: SystemIntPtr
A handle to the memory lock. This is the handle returned by ChangeNotificationLock when it locked the memory.

Return Value

Type: Boolean
true on success;false otherwise.
See Also