mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[SDK] Define RtlGetNativeSystemInformation()
This commit is contained in:
parent
d055c9f16f
commit
8c7b84bb5c
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue