[NDK]
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 8 May 2014 14:09:06 +0000 (14:09 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 8 May 2014 14:09:06 +0000 (14:09 +0000)
* Add RtlFindActivationContextSectionGuid().

svn path=/trunk/; revision=63191

reactos/include/ndk/rtlfuncs.h

index c0a205c..36f5ecf 100644 (file)
@@ -4419,6 +4419,17 @@ RtlCloneMemoryStream(
 
 #endif // NTOS_MODE_USER
 
 
 #endif // NTOS_MODE_USER
 
+NTSYSAPI
+NTSTATUS
+NTAPI
+RtlFindActivationContextSectionGuid(
+    ULONG flags,
+    const GUID *extguid,
+    ULONG section_kind,
+    const GUID *guid,
+    void *ptr
+);
+
 #ifdef __cplusplus
 }
 #endif
 #ifdef __cplusplus
 }
 #endif