[PATCH 8/9] include: Add RTL_QUERY_REGISTRY_TYPECHECK defines.

Paul Gofman pgofman at codeweavers.com
Fri May 29 02:53:11 CDT 2020


Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
---
 include/winternl.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/winternl.h b/include/winternl.h
index 652e1dbaf05..633b5fe6114 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -2008,6 +2008,9 @@ typedef void (NTAPI *RTL_WAITORTIMERCALLBACKFUNC)(PVOID,BOOLEAN); /* FIXME: not
 #define RTL_QUERY_REGISTRY_NOEXPAND       0x00000010
 #define RTL_QUERY_REGISTRY_DIRECT         0x00000020
 #define RTL_QUERY_REGISTRY_DELETE         0x00000040
+#define RTL_QUERY_REGISTRY_TYPECHECK      0x00000100
+
+#define RTL_QUERY_REGISTRY_TYPECHECK_SHIFT 24
 
 typedef NTSTATUS (WINAPI *PRTL_QUERY_REGISTRY_ROUTINE)( PCWSTR ValueName,
                                                         ULONG  ValueType,
-- 
2.26.2




More information about the wine-devel mailing list