SHChangeNotification_Unlock function
Unlocks shared memory for a change notification.
Syntax
BOOL SHChangeNotification_Unlock( _In_ HANDLE hLock );
Parameters
- hLock [in]
-
Type: HANDLE
A handle to the memory lock. This is the handle returned by SHChangeNotification_Lock when it locked the memory.
Return value
Type: BOOL
Returns TRUE on success; otherwise, FALSE.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: