Added registry functions header.

svn path=/trunk/; revision=8196
This commit is contained in:
Art Yerkes 2004-02-15 07:52:18 +00:00
parent 6fc29ccca7
commit 353cf5eb06

View 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_*/