mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +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
|
_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
|
#endif // NTOS_MODE_USER
|
||||||
|
|
||||||
NTSYSAPI
|
NTSYSAPI
|
||||||
|
|
Loading…
Reference in a new issue