RegNotifyChangeKeyValue(3w)

NAME

RegNotifyChangeKeyValue (ADVAPI32.@)

SYNOPSIS

LSTATUS RegNotifyChangeKeyValue
 (
  HKEY   hkey,
  BOOL   fWatchSubTree,
  DWORD  fdwNotifyFilter,
  HANDLE hEvent,
  BOOL   fAsync
 )

DESCRIPTION

Notify the caller about changes to the attributes or contents of a registry key.

PARAMS

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.

RETURNS

Success: ERROR_SUCCESS

Failure: nonzero error code from Winerror.h

IMPLEMENTATION

Defined in "winnt.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/registry.c".

Debug channel "reg".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout