ReactOS 0.4.16-dev-136-g52192f1
|
#include "csrmsg.h"
Go to the source code of this file.
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 | ||
) |
NTSTATUS NTAPI CsrClientCallServer | ( | _Inout_ PCSR_API_MESSAGE | ApiMessage, |
_Inout_opt_ PCSR_CAPTURE_BUFFER | CaptureBuffer, | ||
_In_ CSR_API_NUMBER | ApiNumber, | ||
_In_ ULONG | DataLength | ||
) |
Definition at line 366 of file connect.c.
Referenced by BaseCheckForVDM(), BaseCheckVDM(), BasepNotifyCsrOfThread(), BaseUpdateVDMEntry(), CloseConsoleHandle(), ConsoleMenuControl(), CreateConsoleScreenBuffer(), CreateProcessInternalW(), CsrClientConnectToServer(), CsrIdentifyAlertableThread(), CsrSetPriorityClass(), DefineDosDeviceW(), DeviceEventWorker(), DuplicateConsoleHandle(), EndTask(), ExitProcess(), ExitVDM(), ExitWindowsWorker(), FlushConsoleInputBuffer(), FreeConsole(), GenerateConsoleCtrlEvent(), GetConsoleCP(), GetConsoleCursorInfo(), GetConsoleDisplayMode(), GetConsoleFontInfo(), GetConsoleFontSize(), GetConsoleHandleInformation(), GetConsoleHardwareState(), GetConsoleHistoryInfo(), GetConsoleMode(), GetConsoleOutputCP(), GetConsoleProcessList(), GetConsoleScreenBufferInfo(), GetConsoleSelectionInfo(), GetConsoleWindow(), GetCurrentConsoleFont(), GetLargestConsoleWindowSize(), GetNextVDMCommand(), GetNumberOfConsoleFonts(), GetNumberOfConsoleInputEvents(), GetNumberOfConsoleMouseButtons(), GetProcessShutdownParameters(), GetTempFileNameW(), GetThreadDesktop(), GetVDMCurrentDirectories(), IntAddConsoleAlias(), IntAllocConsole(), IntAttachConsole(), IntExpungeConsoleCommandHistory(), IntFillConsoleOutputCode(), IntGetConsoleAlias(), IntGetConsoleAliases(), IntGetConsoleAliasesLength(), IntGetConsoleAliasExes(), IntGetConsoleAliasExesLength(), IntGetConsoleCommandHistory(), IntGetConsoleCommandHistoryLength(), IntGetConsoleInput(), IntGetConsoleKeyboardLayoutName(), IntGetConsoleTitle(), IntReadConsole(), IntReadConsoleOutput(), IntReadConsoleOutputCode(), IntRegisterConsoleIME(), IntScrollConsoleScreenBuffer(), IntSetConsoleNumberOfCommands(), IntSetConsoleTitle(), IntUnregisterConsoleIME(), IntWriteConsole(), IntWriteConsoleInput(), IntWriteConsoleOutput(), IntWriteConsoleOutputCode(), InvalidateConsoleDIBits(), Logon(), NotifySoundSentry(), OpenConsoleW(), RegisterConsoleVDM(), RegisterLogonProcess(), RegisterServicesProcess(), SetConsoleActiveScreenBuffer(), SetConsoleCommandHistoryMode(), SetConsoleCP(), SetConsoleCursor(), SetConsoleCursorInfo(), SetConsoleCursorPosition(), SetConsoleDisplayMode(), SetConsoleFont(), SetConsoleHandleInformation(), SetConsoleHardwareState(), SetConsoleHistoryInfo(), SetConsoleIcon(), SetConsoleMenuClose(), SetConsoleMode(), SetConsoleOutputCP(), SetConsolePalette(), SetConsoleScreenBufferSize(), SetConsoleTextAttribute(), SetConsoleWindowInfo(), SetLastConsoleEventActive(), SetProcessShutdownParameters(), SetTEBLangID(), SetVDMCurrentDirectories(), ShowConsoleCursor(), and VerifyConsoleIoHandle().
NTSTATUS NTAPI CsrClientConnectToServer | ( | _In_ PCWSTR | ObjectDirectory, |
_In_ ULONG | ServerId, | ||
_In_ PVOID | ConnectionInfo, | ||
_Inout_ PULONG | ConnectionInfoSize, | ||
_Out_ PBOOLEAN | ServerToServerCall | ||
) |
Definition at line 196 of file connect.c.
Referenced by ConnectConsole(), and DllMain().
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 507 of file connect.c.
Referenced by ProcessIdToHandle().
Definition at line 37 of file api.c.
Definition at line 26 of file api.c.
Referenced by BaseThreadStartup(), and DllMain().
Definition at line 23 of file capture.c.
Definition at line 67 of file api.c.