From 7fcec220f73c5344414f11d7c123d32b77a67e9e Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 8 May 2014 14:09:06 +0000 Subject: [PATCH] [NDK] * Add RtlFindActivationContextSectionGuid(). svn path=/trunk/; revision=63191 --- reactos/include/ndk/rtlfuncs.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/reactos/include/ndk/rtlfuncs.h b/reactos/include/ndk/rtlfuncs.h index c0a205c473f..36f5ecfcc80 100644 --- a/reactos/include/ndk/rtlfuncs.h +++ b/reactos/include/ndk/rtlfuncs.h @@ -4419,6 +4419,17 @@ RtlCloneMemoryStream( #endif // NTOS_MODE_USER +NTSYSAPI +NTSTATUS +NTAPI +RtlFindActivationContextSectionGuid( + ULONG flags, + const GUID *extguid, + ULONG section_kind, + const GUID *guid, + void *ptr +); + #ifdef __cplusplus } #endif