#include <k32.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ GetConsoleHistoryInfo()
Definition at line 27 of file vista.c.
28{
31
33 {
36 }
37
41 sizeof(*HistoryInfoRequest));
43 {
46 }
47
51
53}
#define CONSRV_SERVERDLL_INDEX
#define CSR_CREATE_API_NUMBER(ServerId, ApiId)
#define NT_SUCCESS(StatCode)
#define ERROR_INVALID_PARAMETER
DWORD BaseSetLastNTError(IN NTSTATUS Status)
NTSTATUS NTAPI CsrClientCallServer(_Inout_ PCSR_API_MESSAGE ApiMessage, _Inout_opt_ PCSR_CAPTURE_BUFFER CaptureBuffer, _In_ CSR_API_NUMBER ApiNumber, _In_ ULONG DataLength)
CONSOLE_GETSETHISTORYINFO HistoryInfoRequest
union _CONSOLE_API_MESSAGE::@3541 Data
UINT NumberOfHistoryBuffers
UINT NumberOfHistoryBuffers
◆ GetConsoleOriginalTitleA()
Definition at line 112 of file vista.c.
114{
115 DPRINT1(
"GetConsoleOriginalTitleA(0x%p, 0x%x) UNIMPLEMENTED!\n", lpConsoleTitle,
nSize);
117 return 0;
118}
#define ERROR_CALL_NOT_IMPLEMENTED
*nSize LPSTR _Inout_ LPDWORD nSize
◆ GetConsoleOriginalTitleW()
Definition at line 97 of file vista.c.
99{
100 DPRINT1(
"GetConsoleOriginalTitleW(0x%p, 0x%x) UNIMPLEMENTED!\n", lpConsoleTitle,
nSize);
102 return 0;
103}
◆ GetConsoleScreenBufferInfoEx()
Definition at line 127 of file vista.c.
129{
130 DPRINT1(
"GetConsoleScreenBufferInfoEx(0x%p, 0x%p) UNIMPLEMENTED!\n", hConsoleOutput, lpConsoleScreenBufferInfoEx);
133}
◆ GetCurrentConsoleFontEx()
Definition at line 157 of file vista.c.
160{
161 DPRINT1(
"GetCurrentConsoleFontEx(0x%p, 0x%x, 0x%p) UNIMPLEMENTED!\n", hConsoleOutput, bMaximumWindow, lpConsoleCurrentFontEx);
164}
◆ SetConsoleHistoryInfo()
Definition at line 62 of file vista.c.
63{
66
68 {
71 }
72
75 HistoryInfoRequest->
dwFlags = lpConsoleHistoryInfo->dwFlags;
76
80 sizeof(*HistoryInfoRequest));
82 {
85 }
86
88}
◆ SetConsoleScreenBufferInfoEx()
Definition at line 142 of file vista.c.
144{
145 DPRINT1(
"SetConsoleScreenBufferInfoEx(0x%p, 0x%p) UNIMPLEMENTED!\n", hConsoleOutput, lpConsoleScreenBufferInfoEx);
148}