mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +00:00
[NTOS:RTL] Implement the kernel-mode version of RtlGetNtProductType (#3029)
RtlGetNtProductType comes into two variants: one in user-mode that is exported for use from NTDLL layer and the kernel-mode that is used exclusively by the NT kernel. The kernel-mode variant of the function is not exported.
This commit is contained in:
parent
93f017fcc6
commit
f87fb4e3df
2 changed files with 144 additions and 0 deletions
|
@ -4615,6 +4615,7 @@ RtlGetVersion(
|
|||
PRTL_OSVERSIONINFOW lpVersionInformation
|
||||
);
|
||||
|
||||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
NTSYSAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue