RtlGetNtVersionNumbers.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ntdll/version.c".

Debug channel "ver".