30 #define ConOutPuts(szStr) \ 31 ConPuts(StdOut, (szStr)) 33 #define ConErrPuts(szStr) \ 34 ConPuts(StdErr, (szStr)) 36 #define ConOutResPuts(uID) \ 37 ConResPuts(StdOut, (uID)) 39 #define ConErrResPuts(uID) \ 40 ConResPuts(StdErr, (uID)) 42 #define ConOutPrintf(szStr, ...) \ 43 ConPrintf(StdOut, (szStr), ##__VA_ARGS__) 45 #define ConErrPrintf(szStr, ...) \ 46 ConPrintf(StdErr, (szStr), ##__VA_ARGS__) 48 #define ConOutResPrintf(uID, ...) \ 49 ConResPrintf(StdOut, (uID), ##__VA_ARGS__) 51 #define ConErrResPrintf(uID, ...) \ 52 ConResPrintf(StdErr, (uID), ##__VA_ARGS__) 54 #define ConOutFormatMessage(MessageId, ...) \ 55 ConFormatMessage(StdOut, (MessageId), ##__VA_ARGS__) 57 #define ConErrFormatMessage(MessageId, ...) \ 58 ConFormatMessage(StdErr, (MessageId), ##__VA_ARGS__) 74 #ifdef INCLUDE_CMD_COLOR 81 #ifdef INCLUDE_CMD_BEEP 85 #ifdef INCLUDE_CMD_COLOR VOID ConInKey(PINPUT_RECORD)
BOOL ConSetTitle(IN LPCTSTR lpConsoleTitle)
BOOL __cdecl ConOutPrintfPaging(BOOL StartPaging, LPTSTR szFormat,...)
VOID SetCursorType(BOOL, BOOL)
BOOL ConPrintfVPaging(PCON_PAGER Pager, BOOL StartPaging, LPTSTR szFormat, va_list arg_ptr)
VOID SetCursorXY(SHORT, SHORT)
VOID __cdecl ConFormatMessage(PCON_STREAM Stream, DWORD MessageId,...)
VOID ConInString(LPTSTR, DWORD)
VOID ConRingBell(HANDLE hOutput)
VOID GetCursorXY(PSHORT, PSHORT)
VOID GetScreenSize(PSHORT, PSHORT)
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
_Inout_opt_ PUNICODE_STRING _Inout_opt_ PUNICODE_STRING Stream
BOOL ConSetScreenColor(HANDLE hOutput, WORD wColor, BOOL bFill)
BOOL ConGetDefaultAttributes(PWORD pwDefAttr)