We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d055c9f commit 8c7b84bCopy full SHA for 8c7b84b
sdk/include/ndk/rtlfuncs.h
@@ -4739,6 +4739,16 @@ RtlCloneMemoryStream(
4739
_Outptr_ struct IStream **ResultStream
4740
);
4741
4742
+NTSYSAPI
4743
+NTSTATUS
4744
+NTAPI
4745
+RtlGetNativeSystemInformation(
4746
+ _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass,
4747
+ _Out_writes_bytes_to_opt_(SystemInformationLength, *ReturnLength) PVOID SystemInformation,
4748
+ _In_ ULONG SystemInformationLength,
4749
+ _Out_opt_ PULONG ReturnLength
4750
+);
4751
+
4752
#endif // NTOS_MODE_USER
4753
4754
NTSYSAPI
0 commit comments