Windows 2000 build 1922

5.0.1922.1
Build of Windows 2000
OS familyWindows NT
Version number5.0
Build number1922
Build revision1
Architecturex86

Windows 2000 build 1922 is mentioned in the Windows XP Service Pack 1 source code in the file \termsrv\setup\ists\ists.c.1922compatible:

                         /* -------------------------------------------------------------

                         Calling the VerSetConditionMask is the newer way to get the condition mask.
                         but since this new function was added only on Build 1922,
                         this will not work for pre-1922 builds (like Beta2) of NT5.
                         if you want your program to work for pre 1922 builds of NT5 as well.
                         use
                         OLD_VER_SET_CONDITION( dwlConditionMask, VER_SUITENAME, VER_AND );
                         instead of calling VerSetConditionMask dynamically.

                         You might want to remove this condition if you dont care about interminent builds of NT5
                         ------------------------------------------------------------- */