#include "csrdll.h"
Go to the source code of this file.
Functions | |
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 Size) |
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 223 of file csrutil.c. References CAPTURE_TAG, CsrPortHeap, MAKE_CSRPORT_TAG, NULL, RtlAllocateHeap, and Size.
|
|
Definition at line 356 of file csrutil.c. References NULL.
|
|
Definition at line 442 of file csrutil.c. References Buffer, and CsrAllocateMessagePointer().
|
|
Definition at line 507 of file csrutil.c. References CsrAllocateMessagePointer(), String, and USHORT.
|
|
Definition at line 592 of file csrutil.c. References NULL.
|
|
Definition at line 25 of file csrutil.c. References CsrPortHandle, CsrPortMemoryRemoteDelta, CsrServerApiRoutine, CsrServerProcess, DbgPrint, FALSE, IF_DEBUG, NT_SUCCESS, NtRequestWaitReplyPort(), NTSTATUS(), NULL, and Status.
|
|
Definition at line 325 of file csrutil.c. References CsrPortHeap, and RtlFreeHeap.
|
|
Definition at line 678 of file csrutil.c. References ASSERT, CHAR, and RtlRaiseStatus().
|
|
Definition at line 607 of file csrutil.c. References ASSERT, CHAR, CsrNtSysInfo, and RtlRaiseStatus().
|