mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Added registry functions header.
svn path=/trunk/; revision=8196
This commit is contained in:
parent
6fc29ccca7
commit
353cf5eb06
1 changed files with 16 additions and 0 deletions
16
reactos/include/rosrtl/registry.h
Normal file
16
reactos/include/rosrtl/registry.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef _ROSRTL_REGISTRY_H_
|
||||
#define _ROSRTL_REGISTRY_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
NTSTATUS NTAPI RosReadRegistryValue( IN PUNICODE_STRING Key,
|
||||
IN PUNICODE_STRING Value,
|
||||
OUT PUNICODE_STRING Result );
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif/*_ROSRTL_REGISTRY_H_*/
|
Loading…
Reference in a new issue