ReactOS
0.4.15-dev-2100-g9e32854
|
#include "csrmsg.h"
Go to the source code of this file.
Definition at line 90 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(), 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 154 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 190 of file capture.c.
Referenced by BaseCheckVDM(), CreateConsoleScreenBuffer(), CsrClientConnectToServer(), DeviceEventWorker(), 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 292 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 221 of file capture.c.
Referenced by CsrCaptureMessageUnicodeStringInPlace().
PLARGE_INTEGER NTAPI CsrCaptureTimeout | ( | IN ULONG | Milliseconds, |
OUT PLARGE_INTEGER | Timeout | ||
) |
NTSTATUS NTAPI CsrClientCallServer | ( | IN OUT PCSR_API_MESSAGE | ApiMessage, |
IN OUT PCSR_CAPTURE_BUFFER CaptureBuffer | OPTIONAL, | ||
IN CSR_API_NUMBER | ApiNumber, | ||
IN ULONG | DataLength | ||
) |
Definition at line 365 of file connect.c.
NTSTATUS NTAPI CsrClientConnectToServer | ( | IN PWSTR | ObjectDirectory, |
IN ULONG | ServerId, | ||
IN PVOID | ConnectionInfo, | ||
IN OUT PULONG | ConnectionInfoSize, | ||
OUT PBOOLEAN | ServerToServerCall | ||
) |
Definition at line 197 of file connect.c.
Referenced by ConnectConsole(), and DllMain().
VOID NTAPI CsrFreeCaptureBuffer | ( | IN 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(), IntSetConsoleNumberOfCommands(), IntSetConsoleTitle(), IntWriteConsole(), IntWriteConsoleInput(), IntWriteConsoleOutput(), IntWriteConsoleOutputCode(), RegisterConsoleVDM(), and SetVDMCurrentDirectories().
Definition at line 501 of file connect.c.
Referenced by ProcessIdToHandle().
Definition at line 68 of file api.c.
Definition at line 27 of file api.c.
Referenced by __declspec(), and DllMain().
Definition at line 28 of file capture.c.
Definition at line 60 of file capture.c.