RtlGetNtVersionNumbers (NTDLL.@)
void RtlGetNtVersionNumbers ( LPDWORD major, LPDWORD minor, LPDWORD build )
Get the version numbers of the run time library.
major | [Out] | Destination for the Major version. |
minor | [Out] | Destination for the Minor version. |
build | [Out] | Destination for the Build version. |
Nothing.
Introduced in Windows® XP (NT5.1)
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ntdll/version.c". https://source.winehq.org/source/dlls/ntdll/version.c
Debug channel "ver".
Copyright © 2022 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2022.