ReactOS 0.4.16-dev-1049-g378a335
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
PCSR_CAPTURE_BUFFER NTAPI CsrAllocateCaptureBuffer | ( | _In_ ULONG | ArgumentCount, |
_In_ ULONG | BufferSize | ||
) |
Definition at line 87 of file capture.c.
Referenced by BaseCheckVDM(), CreateConsoleScreenBuffer(), CsrCaptureMessageMultiUnicodeStringsInPlace(), CsrClientConnectToServer(), DefineDosDeviceW(), DeviceEventWorker(), GetConsoleFontInfo(), GetConsoleProcessList(), GetNextVDMCommand(), GetVDMCurrentDirectories(), IntAddConsoleAlias(), IntAllocConsole(), IntAttachConsole(), IntExpungeConsoleCommandHistory(), IntGetConsoleAlias(), IntGetConsoleAliases(), IntGetConsoleAliasesLength(), IntGetConsoleAliasExes(), IntGetConsoleCommandHistory(), IntGetConsoleCommandHistoryLength(), IntGetConsoleInput(), IntGetConsoleTitle(), IntReadConsole(), IntReadConsoleOutput(), IntReadConsoleOutputCode(), IntRegisterConsoleIME(), IntSetConsoleNumberOfCommands(), IntSetConsoleTitle(), IntWriteConsole(), IntWriteConsoleInput(), IntWriteConsoleOutput(), IntWriteConsoleOutputCode(), RegisterConsoleVDM(), and SetVDMCurrentDirectories().
ULONG NTAPI CsrAllocateMessagePointer | ( | _Inout_ PCSR_CAPTURE_BUFFER | CaptureBuffer, |
_In_ ULONG | MessageLength, | ||
_Out_ PVOID * | CapturedData | ||
) |
Definition at line 152 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 | ( | _Inout_ PCSR_CAPTURE_BUFFER | CaptureBuffer, |
_In_opt_ PVOID | MessageBuffer, | ||
_In_ ULONG | MessageLength, | ||
_Out_ PVOID * | CapturedData | ||
) |
Definition at line 189 of file capture.c.
Referenced by BaseCheckVDM(), CreateConsoleScreenBuffer(), CsrClientConnectToServer(), DeviceEventWorker(), IntAddConsoleAlias(), IntAllocConsole(), IntAttachConsole(), IntExpungeConsoleCommandHistory(), IntGetConsoleAlias(), IntGetConsoleAliases(), IntGetConsoleAliasesLength(), IntGetConsoleCommandHistory(), IntGetConsoleCommandHistoryLength(), IntRegisterConsoleIME(), IntSetConsoleNumberOfCommands(), IntSetConsoleTitle(), IntWriteConsole(), IntWriteConsoleInput(), IntWriteConsoleOutputCode(), RegisterConsoleVDM(), and SetVDMCurrentDirectories().
NTSTATUS NTAPI CsrCaptureMessageMultiUnicodeStringsInPlace | ( | _Inout_ PCSR_CAPTURE_BUFFER * | CaptureBuffer, |
_In_ ULONG | StringsCount, | ||
_In_ PUNICODE_STRING * | MessageStrings | ||
) |
Definition at line 294 of file capture.c.
VOID NTAPI CsrCaptureMessageString | ( | _Inout_ PCSR_CAPTURE_BUFFER | CaptureBuffer, |
_In_opt_ PCSTR | String, | ||
_In_ ULONG | StringLength, | ||
_In_ ULONG | MaximumLength, | ||
_Out_ PSTRING | CapturedString | ||
) |
Definition at line 222 of file capture.c.
Referenced by CsrCaptureMessageUnicodeStringInPlace().
VOID NTAPI CsrCaptureMessageUnicodeStringInPlace | ( | _Inout_ PCSR_CAPTURE_BUFFER | CaptureBuffer, |
_Inout_ PUNICODE_STRING | String | ||
) |
Definition at line 271 of file capture.c.
Referenced by CsrCaptureMessageMultiUnicodeStringsInPlace().
PLARGE_INTEGER NTAPI CsrCaptureTimeout | ( | _In_ ULONG | Milliseconds, |
_Out_ PLARGE_INTEGER | Timeout | ||
) |
VOID NTAPI CsrFreeCaptureBuffer | ( | _In_ _Frees_ptr_ PCSR_CAPTURE_BUFFER | CaptureBuffer | ) |
Definition at line 210 of file capture.c.
Referenced by BaseCheckVDM(), CreateConsoleScreenBuffer(), CreateProcessInternalW(), CsrClientConnectToServer(), DefineDosDeviceW(), DeviceEventWorker(), GetConsoleFontInfo(), GetConsoleProcessList(), GetNextVDMCommand(), GetVDMCurrentDirectories(), IntAddConsoleAlias(), IntAllocConsole(), IntAttachConsole(), IntExpungeConsoleCommandHistory(), IntGetConsoleAlias(), IntGetConsoleAliases(), IntGetConsoleAliasesLength(), IntGetConsoleAliasExes(), IntGetConsoleCommandHistory(), IntGetConsoleCommandHistoryLength(), IntGetConsoleInput(), IntGetConsoleTitle(), IntReadConsole(), IntReadConsoleOutput(), IntReadConsoleOutputCode(), IntRegisterConsoleIME(), IntSetConsoleNumberOfCommands(), IntSetConsoleTitle(), IntWriteConsole(), IntWriteConsoleInput(), IntWriteConsoleOutput(), IntWriteConsoleOutputCode(), RegisterConsoleVDM(), and SetVDMCurrentDirectories().
Definition at line 23 of file capture.c.