ReactOS 0.4.15-dev-7846-g8ba6c66
verify.c
Go to the documentation of this file.
1/*
2 * VERIFY.C - verify internal command.
3 *
4 *
5 * History:
6 *
7 * 31 Jul 1998 (John P Price)
8 * started.
9 *
10 * 18-Jan-1999 (Eric Kohl)
11 * VERIFY is just a dummy under Win32; it only exists
12 * for compatibility!!!
13 *
14 * 20-Jan-1999 (Eric Kohl)
15 * Unicode and redirection ready!
16 *
17 * 30-Apr-2005 (Magnus Olsen <magnus@greatlord.com>)
18 * Remove all hardcoded strings in En.rc
19 */
20
21#include "precomp.h"
22
23#ifdef INCLUDE_CMD_VERIFY
24
25
26/* global verify flag */
28
29
31{
32 if (!_tcsncmp (param, _T("/?"), 2))
33 {
35 return 0;
36 }
37
39 {
41 return nErrorLevel = 1;
42 }
43
44 return nErrorLevel = 0;
45}
46
47#endif
INT nErrorLevel
Definition: cmd.c:158
BOOL OnOffCommand(LPTSTR param, LPBOOL flag, INT message)
Definition: echo.c:32
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
Definition: console.c:182
#define ConErrResPuts(uID)
Definition: console.h:38
#define STRING_VERIFY_HELP1
Definition: resource.h:186
#define STRING_VERIFY_HELP3
Definition: resource.h:188
#define STRING_VERIFY_HELP2
Definition: resource.h:187
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
unsigned int BOOL
Definition: ntddk_ex.h:94
GLfloat param
Definition: glext.h:5796
#define _tcsncmp
Definition: tchar.h:1428
int32_t INT
Definition: typedefs.h:58
INT cmd_verify(LPTSTR param)
Definition: verify.c:30
static BOOL bVerify
Definition: verify.c:27
#define _T(x)
Definition: vfdio.h:22
CHAR * LPTSTR
Definition: xmlstorage.h:192