Windows 2000 build 1991
Build of Windows 2000 | |
![]() | |
Architecture | x86 |
---|---|
Windows 2000 build 1991 is a build of Windows 2000, which is referenced in both Windows XP's and Windows Server 2003's source code in NT\admin\wmi\wbem\providers\win32provider\providers\netadapter.cpp
.
netadapter.cpp[edit | edit source]
// in the event one of the descriptions is missing as with NT5 bld 1991
if( t_csDescription.IsEmpty() )
{
t_csDescription = t_csDeviceID;
}
else if( t_csDeviceID.IsEmpty() )
{
t_csDeviceID = t_csDescription;
}