The build number of my Windows 10 is 18363.900
, as shown in the below picture.
I tried
RtlGetVersion(PRTL_OSVERSIONINFOW)
, but OSVERSIONINFOW.dwBuildNumber
only returns 18363
.
Why doesn't RtlGetVersion
return the complete build number? How can I get the complete OS Build number of Windows 10?