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® XP (NT5.1)

IMPLEMENTATION

Declared in "winternl.h". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/version.c". https://source.winehq.org/source/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 Apr 2024.