[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:
George Bișoc 2020-08-08 16:32:12 +02:00 committed by Stanislav Motylkov
parent 93f017fcc6
commit f87fb4e3df
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
2 changed files with 144 additions and 0 deletions

View file

@ -4615,6 +4615,7 @@ RtlGetVersion(
PRTL_OSVERSIONINFOW lpVersionInformation
);
_IRQL_requires_max_(PASSIVE_LEVEL)
NTSYSAPI
BOOLEAN
NTAPI