mirror of https://github.com/lianthony/NT4.0
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.
41 lines
1.2 KiB
41 lines
1.2 KiB
/* Error Codes for the Dump, View and Compare functions */
|
|
|
|
#define SUCESSFULL 0
|
|
#define ERR_FILEACESS 301
|
|
#define ERR_NOTVALIDFILE 302
|
|
#define ERR_SCREENID 303
|
|
#define ERR_SCREENMODE 304
|
|
#define ERR_OUTOFMEMORY 305
|
|
#define ERR_READFILE 306
|
|
#define ERR_RELEASEMEM 307
|
|
#define ERR_CREATEDDBITMAP 308
|
|
#define ERR_RWSCRENTABLE 309
|
|
#define ERR_RWCOLORTABLE 310
|
|
#define ERR_WRITESCREEN 311
|
|
#define ERR_WRITEHEADER 312
|
|
#define ERR_CREATEDIBITMAP 313
|
|
#define ERR_SCREENSIZE 314
|
|
#define ERR_DISPLAYSCREEN 315
|
|
#define ERR_UNRECACTION 316
|
|
#define ERR_SCREENIMAGEDIF 317
|
|
#define ERR_SCREENDIMDIF 318
|
|
#define ERR_FILEEXIST 319
|
|
#define ERR_TEMPFILE 320
|
|
#define ERR_HIDEWINDOW 321
|
|
#define ERR_INVALIDHWND 322
|
|
#define ERR_OLDFORMAT 323
|
|
#define ERR_MAXNUMSCREEN 324
|
|
#define ERR_OPENCLIPBOARD 326
|
|
#define ERR_EMPTYCLIP 327
|
|
#define ERR_COPYTOCLIP 328
|
|
#define ERR_CLOSECLIP 329
|
|
#define ERR_LOGPALETTE 330
|
|
|
|
#define ERR_BADPATH 30
|
|
#define ERR_BADSCREENNUMBER 31
|
|
#define ERR_TOOMANYSCREENS 32
|
|
#define ERR_VIEWSCREEN 33
|
|
#define ERR_NUMSCRNOTEQUAL 34
|
|
#define ERR_BADDLL 35
|
|
#define ERR_GENERIC 36
|
|
#define ERR_CREATEWIN 37
|