ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | ConSrvGetTextModeBuffer(ProcessData, Handle, Ptr, Access, LockConsole) |
#define | ConSrvGetTextModeBufferAndHandleEntry(ProcessData, Handle, Ptr, Entry, Access, LockConsole) |
#define | ConSrvGetGraphicsBuffer(ProcessData, Handle, Ptr, Access, LockConsole) |
#define | ConSrvGetGraphicsBufferAndHandleEntry(ProcessData, Handle, Ptr, Entry, Access, LockConsole) |
#define | ConSrvGetScreenBuffer(ProcessData, Handle, Ptr, Access, LockConsole) |
#define | ConSrvGetScreenBufferAndHandleEntry(ProcessData, Handle, Ptr, Entry, Access, LockConsole) |
#define | ConSrvReleaseScreenBuffer(Buff, IsConsoleLocked) ConSrvReleaseObject(&(Buff)->Header, (IsConsoleLocked)) |
Definition at line 19 of file conoutput.h.
#define ConSrvGetGraphicsBufferAndHandleEntry | ( | ProcessData, | |
Handle, | |||
Ptr, | |||
Entry, | |||
Access, | |||
LockConsole | |||
) |
Definition at line 22 of file conoutput.h.
Definition at line 26 of file conoutput.h.
#define ConSrvGetScreenBufferAndHandleEntry | ( | ProcessData, | |
Handle, | |||
Ptr, | |||
Entry, | |||
Access, | |||
LockConsole | |||
) |
Definition at line 29 of file conoutput.h.
Definition at line 12 of file conoutput.h.
#define ConSrvGetTextModeBufferAndHandleEntry | ( | ProcessData, | |
Handle, | |||
Ptr, | |||
Entry, | |||
Access, | |||
LockConsole | |||
) |
Definition at line 15 of file conoutput.h.
#define ConSrvReleaseScreenBuffer | ( | Buff, | |
IsConsoleLocked | |||
) | ConSrvReleaseObject(&(Buff)->Header, (IsConsoleLocked)) |
Definition at line 33 of file conoutput.h.
NTSTATUS ConDrvCreateScreenBuffer | ( | OUT PCONSOLE_SCREEN_BUFFER * | Buffer, |
IN PCONSOLE | Console, | ||
IN HANDLE ProcessHandle | OPTIONAL, | ||
IN ULONG | BufferType, | ||
IN PVOID | ScreenBufferInfo | ||
) |
Definition at line 85 of file conoutput.c.
Referenced by CON_API(), and ConDrvInitConsole().
VOID NTAPI ConDrvDeleteScreenBuffer | ( | PCONSOLE_SCREEN_BUFFER | Buffer | ) |
Definition at line 130 of file conoutput.c.
Referenced by CON_API(), ConDrvDeleteConsole(), ConDrvSetConsoleActiveScreenBuffer(), and ConSrvCloseHandle().
PCONSOLE_SCREEN_BUFFER ConDrvGetActiveScreenBuffer | ( | IN PCONSOLE | Console | ) |
Definition at line 201 of file conoutput.c.
Referenced by GuiSetActiveScreenBuffer().