:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / ntoskrnl / include / internal / registry.h
1
2 #ifndef __INCLUDE_INTERNAL_REGISTRY_H
3 #define __INCLUDE_INTERNAL_REGISTRY_H
4
5 NTSTATUS
6 RtlpGetRegistryHandle(ULONG RelativeTo,
7                       PWSTR Path,
8                       BOOLEAN Create,
9                       PHANDLE KeyHandle);
10
11 NTSTATUS
12 RtlpCreateRegistryKeyPath(PWSTR Path);
13
14 #endif /* __INCLUDE_INTERNAL_REGISTRY_H */