https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8c7b84bb5c623ff8284a5…
commit 8c7b84bb5c623ff8284a5e1840dbc0ab69b6b7fb
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Wed Oct 2 10:50:59 2019 +0200
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Wed Oct 2 10:50:59 2019 +0200
[SDK] Define RtlGetNativeSystemInformation()
---
sdk/include/ndk/rtlfuncs.h | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/sdk/include/ndk/rtlfuncs.h b/sdk/include/ndk/rtlfuncs.h
index 48e3f7d0432..005d761ae73 100644
--- a/sdk/include/ndk/rtlfuncs.h
+++ b/sdk/include/ndk/rtlfuncs.h
@@ -4739,6 +4739,16 @@ RtlCloneMemoryStream(
_Outptr_ struct IStream **ResultStream
);
+NTSYSAPI
+NTSTATUS
+NTAPI
+RtlGetNativeSystemInformation(
+ _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass,
+ _Out_writes_bytes_to_opt_(SystemInformationLength, *ReturnLength) PVOID
SystemInformation,
+ _In_ ULONG SystemInformationLength,
+ _Out_opt_ PULONG ReturnLength
+);
+
#endif // NTOS_MODE_USER
NTSYSAPI