Paul Gofman : include: Add RTL_QUERY_REGISTRY_TYPECHECK defines.

Alexandre Julliard julliard at winehq.org
Fri May 29 15:22:55 CDT 2020


Module: wine
Branch: master
Commit: 9e8b44ac5c8aefbd43f256fcfae367a8ab8977ba
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9e8b44ac5c8aefbd43f256fcfae367a8ab8977ba

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Fri May 29 10:53:11 2020 +0300

include: Add RTL_QUERY_REGISTRY_TYPECHECK defines.

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winternl.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/winternl.h b/include/winternl.h
index b70460f314..f362790dbc 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -1988,6 +1988,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,




More information about the wine-cvs mailing list