mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Added registry functions header.
svn path=/trunk/; revision=8196
This commit is contained in:
@@ -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_*/
|
||||
Reference in New Issue
Block a user