mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
[NDK]
* Add RtlFindActivationContextSectionGuid(). svn path=/trunk/; revision=63191
This commit is contained in:
parent
2ce68e3d24
commit
7fcec220f7
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue