Scroll to navigation

RtlGetNtVersionNumbers(3w) Wine API RtlGetNtVersionNumbers(3w)

NAME

RtlGetNtVersionNumbers (NTDLL.@)

SYNOPSIS

void RtlGetNtVersionNumbers
(
LPDWORD major,
LPDWORD minor,
LPDWORD build
)
 

DESCRIPTION

Get the version numbers of the run time library.
 

PARAMS

major [Out] Destination for the Major version.
minor [Out] Destination for the Minor version.
build [Out] Destination for the Build version.
 

RETURNS

Nothing.
 

NOTES

Introduced in Windows(tm) XP (NT5.1)
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ntdll/version.c".
Debug channel "ver".
Oct 2012 Wine API