SHChangeNotification_Unlock, fonction (shlobj_core.h)
Déverrouille la mémoire partagée pour une notification de modification.
Syntaxe
BOOL SHChangeNotification_Unlock(
[in] HANDLE hLock
);
Paramètres
[in] hLock
Type : HANDLE
Handle du verrou de mémoire. Il s’agit du handle retourné par SHChangeNotification_Lock lorsqu’il a verrouillé la mémoire.
Valeur retournée
Type : BOOL
Retourne TRUE en cas de réussite ; sinon, FALSE.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shlobj_core.h (inclure Shlobj.h) |
Bibliothèque | Shell32.lib |
DLL | Shell32.dll (version 6.0 ou ultérieure) |
Ensemble d’API | ext-ms-win-shell-shell32-l1-2-1 (introduit dans Windows 10, version 10.0.10240) |