mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NDK]
* Add RtlFindActivationContextSectionGuid(). svn path=/trunk/; revision=63191
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user