RegNotifyChangeKeyValue (KERNELBASE.@)
LSTATUS RegNotifyChangeKeyValue ( HKEY hkey, BOOL fWatchSubTree, DWORD fdwNotifyFilter, HANDLE hEvent, BOOL fAsync )
Notify the caller about changes to the attributes or contents of a registry key.
hkey | [In] | Handle of key to watch. |
fWatchSubTree | [In] | Flag for subkey notification. |
fdwNotifyFilter | [In] | Changes to be reported. |
hEvent | [In] | Handle of signaled event. |
fAsync | [In] | Flag for asynchronous reporting. |
Success: ERROR_SUCCESS
Failure: nonzero error code from Winerror.h
Declared in "include/winnt.h". gitlab.winehq.org/wine/wine/blob/master/include/winnt.h
Implemented in "dlls/kernelbase/registry.c". gitlab.winehq.org/wine/wine/blob/master/dlls/kernelbase/registry.c
Debug channel "reg".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.