Go to the source code of this file.
◆ CommandColor()
Definition at line 32 of file color.c.
33{
35
36
38 {
40 return 0;
41 }
42
43
45
46
47 if (rest[0] ==
_T(
'\0'))
48 {
50 return 0;
51 }
52
53
55 {
56 if ((rest[0] >=
_T(
'0')) && (rest[0] <=
_T(
'9')))
57 {
59 }
60 else if ((rest[0] >=
_T(
'a')) && (rest[0] <=
_T(
'f')))
61 {
63 }
64 else if ((rest[0] >=
_T(
'A')) && (rest[0] <=
_T(
'F')))
65 {
67 }
68 else
69 {
72 return 1;
73 }
74 }
75
77 {
78
81 return 1;
82 }
83
85
86
87
88
89
92 {
93
96 return 1;
97 }
98
99
100 return 0;
101}
BOOL StringToColor(LPWORD, LPTSTR *)
BOOL ConSetScreenColor(HANDLE hOutput, WORD wColor, BOOL bFill)
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
#define ConErrResPuts(uID)
#define STRING_COLOR_HELP1
#define STRING_COLOR_ERROR1
HANDLE ConStreamGetOSHandle(IN PCON_STREAM Stream)