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)
Declared in "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h
Implemented in "dlls/ntdll/version.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/version.c
Debug channel "ver".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.