29#define ConOutPuts(szStr) \
30 ConPuts(StdOut, (szStr))
32#define ConErrPuts(szStr) \
33 ConPuts(StdErr, (szStr))
35#define ConOutResPuts(uID) \
36 ConResPuts(StdOut, (uID))
38#define ConErrResPuts(uID) \
39 ConResPuts(StdErr, (uID))
41#define ConOutPrintf(szStr, ...) \
42 ConPrintf(StdOut, (szStr), ##__VA_ARGS__)
44#define ConErrPrintf(szStr, ...) \
45 ConPrintf(StdErr, (szStr), ##__VA_ARGS__)
47#define ConOutResPrintf(uID, ...) \
48 ConResPrintf(StdOut, (uID), ##__VA_ARGS__)
50#define ConErrResPrintf(uID, ...) \
51 ConResPrintf(StdErr, (uID), ##__VA_ARGS__)
53#define ConOutFormatMessage(MessageId, ...) \
54 ConFormatMessage(StdOut, (MessageId), ##__VA_ARGS__)
56#define ConErrFormatMessage(MessageId, ...) \
57 ConFormatMessage(StdErr, (MessageId), ##__VA_ARGS__)
73#ifdef INCLUDE_CMD_COLOR
80#ifdef INCLUDE_CMD_BEEP
84#ifdef INCLUDE_CMD_COLOR
103 #define ConGetTextWidth ConGetTextWidthW
105 #define ConGetTextWidth ConGetTextWidthA
BOOL ConSetScreenColor(HANDLE hOutput, WORD wColor, BOOL bFill)
VOID ConRingBell(HANDLE hOutput)
BOOL ConGetDefaultAttributes(PWORD pwDefAttr)
VOID GetCursorXY(PSHORT, PSHORT)
VOID GetScreenSize(PSHORT, PSHORT)
VOID __cdecl ConFormatMessage(PCON_STREAM Stream, DWORD MessageId,...)
BOOL __cdecl ConOutPrintfPaging(BOOL StartPaging, LPTSTR szFormat,...)
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
SIZE_T ConGetTextWidthW(PCWSTR pszText)
VOID SetCursorType(BOOL, BOOL)
BOOL ConSetTitle(IN LPCTSTR lpConsoleTitle)
VOID SetCursorXY(SHORT, SHORT)
BOOL ConPrintfVPaging(PCON_PAGER Pager, BOOL StartPaging, LPTSTR szFormat, va_list arg_ptr)
VOID ConInString(LPTSTR, DWORD)
SIZE_T ConGetTextWidthA(PCSTR pszText)
VOID ConInKey(PINPUT_RECORD)