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 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:
Booleantrue on success;false otherwise.
See Also