Implemented many console & registry functions to get registry explorer running.
[reactos.git] / reactos / ntoskrnl / include / internal / registry.h
index 1f521b2..1921071 100644 (file)
@@ -8,4 +8,7 @@ RtlpGetRegistryHandle(ULONG RelativeTo,
                      BOOLEAN Create,
                      PHANDLE KeyHandle);
 
+NTSTATUS
+RtlpCreateRegistryKeyPath(PWSTR Path);
+
 #endif /* __INCLUDE_INTERNAL_REGISTRY_H */