[SDK] Define RtlGetNativeSystemInformation()

This commit is contained in:
Pierre Schweitzer 2019-10-02 10:50:59 +02:00
parent d055c9f16f
commit 8c7b84bb5c
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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