ShellUtilitiesChangeNotificationUnlock Method |
Unlocks shared memory for a change notification.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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