Skip to content

nf-winreg-regnotifychangekeyvalue.md: Separate the mentioned HKEY* values with commas #2010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions sdk-api-src/content/winreg/nf-winreg-regnotifychangekeyvalue.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,15 @@ Notifies the caller about changes to the attributes or contents of a specified r

A handle to an open registry key. This handle is returned by the
<a href="/windows/desktop/api/winreg/nf-winreg-regcreatekeyexa">RegCreateKeyEx</a> or <a href="/windows/desktop/api/winreg/nf-winreg-regopenkeyexa">RegOpenKeyEx</a> function. It can also be one of the following
<a href="/windows/desktop/SysInfo/predefined-keys">predefined keys</a>:
<a href="/windows/desktop/SysInfo/predefined-keys">predefined keys</a>:

<b>HKEY_CLASSES_ROOT</b>,
<b>HKEY_CURRENT_CONFIG</b>,
<b>HKEY_CURRENT_USER</b>,
<b>HKEY_LOCAL_MACHINE</b>,
<b>HKEY_USERS</b>.



<b>HKEY_CLASSES_ROOT</b>
<b>HKEY_CURRENT_CONFIG</b>
<b>HKEY_CURRENT_USER</b>
<b>HKEY_LOCAL_MACHINE</b>
<b>HKEY_USERS</b>
This parameter must be a local handle. If
<b>RegNotifyChangeKeyValue</b> is called with a remote handle, it returns ERROR_INVALID_HANDLE.
This parameter must be a local handle. If <b>RegNotifyChangeKeyValue</b> is called with a remote handle, it returns ERROR_INVALID_HANDLE.

The key must have been opened with the KEY_NOTIFY access right. For more information, see
<a href="/windows/desktop/SysInfo/registry-key-security-and-access-rights">Registry Key Security and Access Rights</a>.
Expand Down Expand Up @@ -328,4 +325,4 @@ void __cdecl _tmain(int argc, TCHAR *argv[])



<a href="/windows/desktop/SysInfo/registry-functions">Registry Functions</a>
<a href="/windows/desktop/SysInfo/registry-functions">Registry Functions</a>