mirror of https://github.com/tongzx/nt5src
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.
18 lines
365 B
18 lines
365 B
/* demmsg.h - debug message numbers for DEM
|
|
*
|
|
* Modification History
|
|
*
|
|
* Sudeepb 31-Mar-1991 Created
|
|
*/
|
|
|
|
|
|
#define MSG_DEFAULTDOS 0
|
|
#define MSG_PARTIALREAD 1
|
|
#define MSG_OPENFAILED 2
|
|
#define MSG_EAS 3
|
|
#define MSG_DEFAULT_DRIVE 4
|
|
#define MSG_VOLID 5
|
|
#define MSG_TIMEDATE 6
|
|
#define MSG_INVALID_HFIND 7
|
|
#define MSG_FILEINFO 8
|
|
#define MSG_FILESIZE_TOOBIG 9
|