Go to the source code of this file.
◆ CommandColor()
Definition at line 32 of file color.c.
47 if (rest[0] ==
_T(
'\0'))
56 if ((rest[0] >=
_T(
'0')) && (rest[0] <=
_T(
'9')))
60 else if ((rest[0] >=
_T(
'a')) && (rest[0] <=
_T(
'f')))
64 else if ((rest[0] >=
_T(
'A')) && (rest[0] <=
_T(
'F')))
#define ConErrResPuts(uID)
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
size_t __cdecl _tcslen(const _TCHAR *str)
#define STRING_COLOR_HELP1
HANDLE ConStreamGetOSHandle(IN PCON_STREAM Stream)
BOOL StringToColor(LPWORD, LPTSTR *)
#define STRING_COLOR_ERROR1
int CDECL _ttoi(const _TCHAR *str)
int _tcsncmp(const _TCHAR *s1, const _TCHAR *s2, size_t n)
BOOL ConSetScreenColor(HANDLE hOutput, WORD wColor, BOOL bFill)