ReactOS
0.4.14-dev-593-g1793dcc
|
#include <ntdll.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
HANDLE | CsrPortHeap |
Definition at line 90 of file capture.c.
Referenced by BaseCheckVDM(), CreateConsoleScreenBuffer(), CsrCaptureMessageMultiUnicodeStringsInPlace(), CsrClientConnectToServer(), DefineDosDeviceW(), GetConsoleFontInfo(), GetConsoleProcessList(), GetNextVDMCommand(), GetVDMCurrentDirectories(), IntAddConsoleAlias(), IntAllocConsole(), IntAttachConsole(), IntExpungeConsoleCommandHistory(), IntGetConsoleAlias(), IntGetConsoleAliases(), IntGetConsoleAliasesLength(), IntGetConsoleAliasExes(), IntGetConsoleCommandHistory(), IntGetConsoleCommandHistoryLength(), IntGetConsoleInput(), IntGetConsoleTitle(), IntReadConsole(), IntReadConsoleOutput(), IntReadConsoleOutputCode(), IntSetConsoleNumberOfCommands(), IntSetConsoleTitle(), IntWriteConsole(), IntWriteConsoleInput(), IntWriteConsoleOutput(), IntWriteConsoleOutputCode(), RegisterConsoleVDM(), and SetVDMCurrentDirectories().
ULONG NTAPI CsrAllocateMessagePointer | ( | IN OUT PCSR_CAPTURE_BUFFER | CaptureBuffer, |
IN ULONG | MessageLength, | ||
OUT PVOID * | CapturedData | ||
) |
Definition at line 133 of file capture.c.
Referenced by CsrCaptureMessageBuffer(), CsrCaptureMessageString(), DefineDosDeviceW(), GetConsoleFontInfo(), GetConsoleProcessList(), GetNextVDMCommand(), GetVDMCurrentDirectories(), IntGetConsoleAlias(), IntGetConsoleAliases(), IntGetConsoleAliasExes(), IntGetConsoleCommandHistory(), IntGetConsoleInput(), IntGetConsoleTitle(), IntReadConsole(), IntReadConsoleOutput(), IntReadConsoleOutputCode(), and IntWriteConsoleOutput().
VOID NTAPI CsrCaptureMessageBuffer | ( | IN OUT PCSR_CAPTURE_BUFFER | CaptureBuffer, |
IN PVOID MessageBuffer | OPTIONAL, | ||
IN ULONG | MessageLength, | ||
OUT PVOID * | CapturedData | ||
) |
Definition at line 169 of file capture.c.
Referenced by BaseCheckVDM(), CreateConsoleScreenBuffer(), CsrClientConnectToServer(), IntAddConsoleAlias(), IntAllocConsole(), IntAttachConsole(), IntExpungeConsoleCommandHistory(), IntGetConsoleAlias(), IntGetConsoleAliases(), IntGetConsoleAliasesLength(), IntGetConsoleCommandHistory(), IntGetConsoleCommandHistoryLength(), IntSetConsoleNumberOfCommands(), IntSetConsoleTitle(), IntWriteConsole(), IntWriteConsoleInput(), IntWriteConsoleOutputCode(), RegisterConsoleVDM(), and SetVDMCurrentDirectories().
NTSTATUS NTAPI CsrCaptureMessageMultiUnicodeStringsInPlace | ( | OUT PCSR_CAPTURE_BUFFER * | CaptureBuffer, |
IN ULONG | StringsCount, | ||
IN PUNICODE_STRING * | MessageStrings | ||
) |
Definition at line 271 of file capture.c.
VOID NTAPI CsrCaptureMessageString | ( | IN OUT PCSR_CAPTURE_BUFFER | CaptureBuffer, |
IN PCSTR String | OPTIONAL, | ||
IN ULONG | StringLength, | ||
IN ULONG | MaximumLength, | ||
OUT PSTRING | CapturedString | ||
) |
Definition at line 200 of file capture.c.
Referenced by CsrCaptureMessageUnicodeStringInPlace().
|
static |
Definition at line 247 of file capture.c.
Referenced by CsrCaptureMessageMultiUnicodeStringsInPlace().
PLARGE_INTEGER NTAPI CsrCaptureTimeout | ( | IN ULONG | Milliseconds, |
OUT PLARGE_INTEGER | Timeout | ||
) |
VOID NTAPI CsrFreeCaptureBuffer | ( | IN PCSR_CAPTURE_BUFFER | CaptureBuffer | ) |
Definition at line 189 of file capture.c.
Referenced by BaseCheckVDM(), CreateConsoleScreenBuffer(), CreateProcessInternalW(), CsrClientConnectToServer(), DefineDosDeviceW(), GetConsoleFontInfo(), GetConsoleProcessList(), GetNextVDMCommand(), GetVDMCurrentDirectories(), IntAddConsoleAlias(), IntAllocConsole(), IntAttachConsole(), IntExpungeConsoleCommandHistory(), IntGetConsoleAlias(), IntGetConsoleAliases(), IntGetConsoleAliasesLength(), IntGetConsoleAliasExes(), IntGetConsoleCommandHistory(), IntGetConsoleCommandHistoryLength(), IntGetConsoleInput(), IntGetConsoleTitle(), IntReadConsole(), IntReadConsoleOutput(), IntReadConsoleOutputCode(), IntSetConsoleNumberOfCommands(), IntSetConsoleTitle(), IntWriteConsole(), IntWriteConsoleInput(), IntWriteConsoleOutput(), IntWriteConsoleOutputCode(), RegisterConsoleVDM(), and SetVDMCurrentDirectories().
Definition at line 28 of file capture.c.
Definition at line 60 of file capture.c.
HANDLE CsrPortHeap |
Definition at line 23 of file connect.c.
Referenced by CsrAllocateCaptureBuffer(), CsrClientConnectToServer(), CsrFreeCaptureBuffer(), and CsrpConnectToServer().