Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
1.1 KiB

#define WCT_NOERR 0
#define WCT_FUZZY -1
#define WCT_EXCESS -2
#define WCT_CTLNOTFOUND -3
// everything above this is a 'comparison' error only, and will not cause
// EventError trapping to occur.
//-----------------------------------------------------------------------
#define WCT_FIRSTREALERROR -4
#define WCT_NODLGFILE -10
#define WCT_FILENOTFOUND -11
#define WCT_BADWCTFILE -12
#define WCT_LIBLOADERR -13
#define WCT_SAVEERR -14
#define WCT_DLGFILEERR -15
#define WCT_TMPFILEERR -16
#define WCT_VERSIONERR -17
#define WCT_DLGFILEFULL -18
#define WCT_OUTOFMEMORY -20
#define WCT_BUFFERERR -21
#define WCT_NOTIMER -22
#define WCT_NODYNDIALOG -30
#define WCT_INVALIDHWND -31
#define WCT_BADCAPTION -32
#define WCT_BADDLGNUM -33
#define WCT_BADCTLINDEX -34
#define WCT_BADCTLTYPE -35
#define WCT_BADSAVEACTION -36
#define WCT_APPSPECIFIC -37