reactos/reactos/base/applications/cmdutils/timeout/resource.h
Hermès Bélusca-Maïto 6b45a088f3 [TIMEOUT]: Implement the TIMEOUT utility (found on Win2k3 and upwards). This is an improved "pause" command, with elapsed time count display.
Based from a patch by Lee Schröder, with modifications by myself.
CORE-10044 #resolve

svn path=/trunk/; revision=75968
2017-09-25 23:31:44 +00:00

12 lines
434 B
C

#pragma once
#define IDS_USAGE 0
#define IDS_ERROR_OUT_OF_RANGE 1
#define IDS_ERROR_INVALID_HANDLE_VALUE 2
#define IDS_ERROR_READ_INPUT 3
#define IDS_ERROR_NO_TIMER_VALUE 4
#define IDS_ERROR_ONE_TIME 5
#define IDS_NOBREAK_INPUT 6
#define IDS_USER_INPUT 7
#define IDS_NOBREAK_INPUT_COUNT 8
#define IDS_USER_INPUT_COUNT 9