From cbe19ce30306b84078516f0b14ee40cb4803e259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=89LUSCA=20-=20MA=C3=8FTO?= Date: Thu, 1 May 2025 21:29:22 +0200 Subject: [PATCH] Separate the HKEY* values with commas In order to improve readability in the english version of the docs, and how they are displayed in the automated translations. --- .../nf-winreg-regnotifychangekeyvalue.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/sdk-api-src/content/winreg/nf-winreg-regnotifychangekeyvalue.md b/sdk-api-src/content/winreg/nf-winreg-regnotifychangekeyvalue.md index 072822038a02..80d244858921 100644 --- a/sdk-api-src/content/winreg/nf-winreg-regnotifychangekeyvalue.md +++ b/sdk-api-src/content/winreg/nf-winreg-regnotifychangekeyvalue.md @@ -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 RegCreateKeyEx or RegOpenKeyEx function. It can also be one of the following -predefined keys: +predefined keys: +HKEY_CLASSES_ROOT, +HKEY_CURRENT_CONFIG, +HKEY_CURRENT_USER, +HKEY_LOCAL_MACHINE, +HKEY_USERS. - - -HKEY_CLASSES_ROOT -HKEY_CURRENT_CONFIG -HKEY_CURRENT_USER -HKEY_LOCAL_MACHINE -HKEY_USERS -This parameter must be a local handle. If -RegNotifyChangeKeyValue is called with a remote handle, it returns ERROR_INVALID_HANDLE. +This parameter must be a local handle. If RegNotifyChangeKeyValue 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 Registry Key Security and Access Rights. @@ -328,4 +325,4 @@ void __cdecl _tmain(int argc, TCHAR *argv[]) -Registry Functions \ No newline at end of file +Registry Functions