ReactOS 0.4.15-dev-7958-gcd0bb1a
beep.c File Reference
#include "precomp.h"
Include dependency graph for beep.c:

Go to the source code of this file.

Functions

INT cmd_beep (LPTSTR param)
 

Function Documentation

◆ cmd_beep()

INT cmd_beep ( LPTSTR  param)

Definition at line 31 of file beep.c.

32{
33 if (_tcsncmp(param, _T("/?"), 2) == 0)
34 {
36 return 0;
37 }
38
39#if 0
40 /* check if run in batch mode */
41 if (bc == NULL)
42 return 1;
43#endif
44
46 return 0;
47}
#define StdOut
Definition: fc.c:14
PBATCH_CONTEXT bc
Definition: batch.c:67
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
Definition: console.c:182
VOID ConRingBell(HANDLE hOutput)
Definition: console.c:287
#define STRING_BEEP_HELP
Definition: resource.h:70
#define NULL
Definition: types.h:112
#define TRUE
Definition: types.h:120
GLfloat param
Definition: glext.h:5796
#define _tcsncmp
Definition: tchar.h:1428
HANDLE ConStreamGetOSHandle(IN PCON_STREAM Stream)
Definition: stream.c:240
#define _T(x)
Definition: vfdio.h:22