Skip to content

Commit 8c7b84b

Browse files
committed
[SDK] Define RtlGetNativeSystemInformation()
1 parent d055c9f commit 8c7b84b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sdk/include/ndk/rtlfuncs.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4739,6 +4739,16 @@ RtlCloneMemoryStream(
47394739
_Outptr_ struct IStream **ResultStream
47404740
);
47414741

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+
47424752
#endif // NTOS_MODE_USER
47434753

47444754
NTSYSAPI

0 commit comments

Comments
 (0)