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.
14 lines
386 B
14 lines
386 B
|
|
#define KEY_PAGE_INSPECTED "INSPECTED"
|
|
#define KEY_PAGE_CKSUM "CHECKSUM"
|
|
#define KEY_PAGE_COPIES "COPIES"
|
|
#define KEY_PAGE_PAGETYPE "PAGETYPE"
|
|
|
|
|
|
#define KEY_INSPECTED "Y"
|
|
#define KEY_NOT_INSPECTED "N"
|
|
|
|
#define KEY_ROOT_TIME TEXT("EXECTIME")
|
|
#define KEY_ROOT_NUM_PAGES TEXT("NUMPAGES")
|
|
#define KEY_ROOT_BYTES_IN_TEST_CASE TEXT("CASESIZE")
|
|
#define KEY_ROOT_INSPECTED "INSPECTED"
|