Windows NT 4.0 build 1261

(Redirected from Windows NT 4.0 build 1261.1)
4.0.1261.1
Build of Windows NT 4.0
OS familyWindows NT
Version number4.0
Build number1261
Build revision1
Architecturex86

Windows NT 4.0 build 1261 is an unleaked build of Windows NT 4.0, mentioned in the file DP32.INC from the Windows NT 4.0 source code.

'*****************************************************************************
'Name   : FindNewLocMessage
'
'Desc   : As of build 1261 clicking the New button to create a New location
'	  opens a message box telling the user that he clicked the New button
'	  This function detects the message box and closes it with 
'	  the appropriate button.
'	  Can't blame the developer as this fixes a "bug" in Raid.
'			 
'Parms  : None
'			 
'Return : None
'
'History: 03/06/96 : a-rrohr: Created
'*****************************************************************************
'*****************************************************************************
'Name   : FindRemLocMessage
'
'Desc   : As of build 1261 Removing a location by clicking the Remove button
'	  opens a message box asking the user if he really wants to remove the 
'	  location. This function detects the message box and closes it with 
'	  the appropriate button.
'	  Can't blame the developer as this fixes a "bug" in Raid.
'			 
'Parms  : None
'			 
'Return : None
'
'History: 03/07/96 : a-rrohr: Created
'*****************************************************************************