#include "csrdll.h"
#include "ldrp.h"
#include "ntwow64.h"
Go to the source code of this file.
Functions | |
NTSTATUS | CsrClientConnectToServer (IN PWSTR ObjectDirectory, IN ULONG ServerDllIndex, IN PCSR_CALLBACK_INFO CallbackInformation OPTIONAL, IN PVOID ConnectionInformation, IN OUT PULONG ConnectionInformationLength OPTIONAL, OUT PBOOLEAN CalledFromServer OPTIONAL) |
NTSTATUS | CsrNewThread (VOID) |
NTSTATUS | CsrIdentifyAlertableThread (VOID) |
NTSTATUS | CsrSetPriorityClass (IN HANDLE ProcessHandle, IN OUT PULONG PriorityClass) |
NTSTATUS | CsrClientCallServer (IN OUT PCSR_API_MSG m, IN OUT PCSR_CAPTURE_HEADER CaptureBuffer OPTIONAL, IN CSR_API_NUMBER ApiNumber, IN ULONG ArgLength) |
PCSR_CAPTURE_HEADER | CsrAllocateCaptureBuffer (IN ULONG CountMessagePointers, IN ULONG Sizecd) |
VOID | CsrFreeCaptureBuffer (IN PCSR_CAPTURE_HEADER CaptureBuffer) |
ULONG | CsrAllocateMessagePointer (IN OUT PCSR_CAPTURE_HEADER CaptureBuffer, IN ULONG Length, OUT PVOID *Pointer) |
VOID | CsrCaptureMessageBuffer (IN OUT PCSR_CAPTURE_HEADER CaptureBuffer, IN PVOID Buffer OPTIONAL, IN ULONG Length, OUT PVOID *CapturedBuffer) |
VOID | CsrCaptureMessageString (IN OUT PCSR_CAPTURE_HEADER CaptureBuffer, IN PCSTR String OPTIONAL, IN ULONG Length, IN ULONG MaximumLength, OUT PSTRING CapturedString) |
PLARGE_INTEGER | CsrCaptureTimeout (IN ULONG MilliSeconds, OUT PLARGE_INTEGER Timeout) |
VOID | CsrProbeForWrite (IN PVOID Address, IN ULONG Length, IN ULONG Alignment) |
VOID | CsrProbeForRead (IN PVOID Address, IN ULONG Length, IN ULONG Alignment) |
|
|
Definition at line 109 of file wow64csr.c. References NtWow64CsrAllocateMessagePointer(). Referenced by CsrCaptureMessageBuffer(), CsrCaptureMessageString(), and CsrClientConnectToServer().
|
|
Definition at line 122 of file wow64csr.c. References Buffer, and NtWow64CsrCaptureMessageBuffer(). Referenced by AddConsoleAliasInternal(), AllocConsoleInternal(), CreateConsoleScreenBuffer(), DeviceEventWorker(), ExpungeConsoleCommandHistoryInternal(), GetConsoleAliasesInternal(), GetConsoleAliasesLengthInternal(), GetConsoleAliasExesInternal(), GetConsoleAliasInternal(), GetConsoleCommandHistoryInternal(), GetConsoleCommandHistoryLengthInternal(), GetConsoleFontInfo(), GetConsoleInput(), GetConsoleTitleInternal(), ReadConsoleInternal(), ReadConsoleOutputInternal(), ReadConsoleOutputString(), RegisterConsoleVDM(), SetConsoleKeyShortcuts(), SetConsoleNumberOfCommandsInternal(), SetConsoleTitleInternal(), VDMConsoleOperation(), WriteConsoleInputInternal(), WriteConsoleInternal(), WriteConsoleOutputInternal(), and WriteConsoleOutputString().
|
|
Definition at line 135 of file wow64csr.c. References NtWow64CsrCaptureMessageString(), and String.
|
|
Definition at line 152 of file wow64csr.c. References NULL.
|
|
|
Definition at line 31 of file wow64csr.c. References NtWow64CsrClientConnectToServer(). Referenced by ConnectConsoleInternal(), and UserConnectToServer().
|
|
|
Definition at line 58 of file wow64csr.c. References NtWow64CsrIdentifyAlertableThread().
|
|
Definition at line 50 of file wow64csr.c. References NtWow64CsrNewThread().
|
|
Definition at line 238 of file wow64csr.c. References ASSERT, CHAR, and RtlRaiseStatus().
|
|
Definition at line 167 of file wow64csr.c. References ASSERT, CHAR, CsrNtSysInfo, and RtlRaiseStatus().
|
|
Definition at line 64 of file wow64csr.c. References NtWow64CsrSetPriorityClass().
|