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

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/version.c".

Debug channel "ver".
Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout