ReactOS 0.4.16-dev-136-g52192f1
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
PVOID NTAPI | RtlpDebugBufferCommit (_Inout_ PRTL_DEBUG_INFORMATION Buffer, _In_ SIZE_T Size) |
PRTL_DEBUG_INFORMATION NTAPI | RtlCreateQueryDebugBuffer (_In_ ULONG Size, _In_ BOOLEAN EventPair) |
NTSTATUS NTAPI | RtlDestroyQueryDebugBuffer (_In_ PRTL_DEBUG_INFORMATION Buf) |
NTSTATUS NTAPI | RtlpQueryRemoteProcessModules (HANDLE ProcessHandle, IN PRTL_PROCESS_MODULES Modules OPTIONAL, IN ULONG Size OPTIONAL, OUT PULONG ReturnedSize) |
NTSTATUS NTAPI | RtlQueryProcessDebugInformation (IN ULONG ProcessId, IN ULONG DebugInfoMask, IN OUT PRTL_DEBUG_INFORMATION Buf) |
#define NDEBUG |
Definition at line 13 of file dbgbuffer.c.
Definition at line 66 of file dbgbuffer.c.
Referenced by Heap32First(), Heap32Next(), START_TEST(), Test_Buffersizes(), Test_ProcessModules(), and TH32CreateSnapshot().
NTSTATUS NTAPI RtlDestroyQueryDebugBuffer | ( | _In_ PRTL_DEBUG_INFORMATION | Buf | ) |
Definition at line 101 of file dbgbuffer.c.
Referenced by RtlCreateQueryDebugBuffer().
Definition at line 20 of file dbgbuffer.c.
Referenced by RtlQueryProcessDebugInformation().
NTSTATUS NTAPI RtlpQueryRemoteProcessModules | ( | HANDLE | ProcessHandle, |
IN PRTL_PROCESS_MODULES Modules | OPTIONAL, | ||
IN ULONG Size | OPTIONAL, | ||
OUT PULONG | ReturnedSize | ||
) |
Definition at line 125 of file dbgbuffer.c.
Referenced by RtlQueryProcessDebugInformation().
NTSTATUS NTAPI RtlQueryProcessDebugInformation | ( | IN ULONG | ProcessId, |
IN ULONG | DebugInfoMask, | ||
IN OUT PRTL_DEBUG_INFORMATION | Buf | ||
) |
Definition at line 291 of file dbgbuffer.c.