Go to the source code of this file.
◆ C_ASSERT()
◆ START_TEST()
START_TEST |
( |
RtlDebugInformation |
| ) |
|
◆ Test_Buffersizes()
static void Test_Buffersizes |
( |
| ) |
|
|
static |
Definition at line 14 of file RtlDebugInformation.c.
IN BOOLEAN OUT PSTR Buffer
#define ok_ptr(expression, result)
NTSYSAPI PRTL_DEBUG_INFORMATION NTAPI RtlCreateQueryDebugBuffer(_In_ ULONG Size, _In_ BOOLEAN EventPair)
#define ok_hex(expression, result)
NTSYSAPI NTSTATUS NTAPI RtlDestroyQueryDebugBuffer(IN PRTL_DEBUG_INFORMATION DebugBuffer)
Referenced by START_TEST().
◆ Test_ProcessModules()
static void Test_ProcessModules |
( |
void |
| ) |
|
|
static |
Definition at line 85 of file RtlDebugInformation.c.
int memcmp(void *Buffer1, void *Buffer2, ACPI_SIZE Count)
#define STATUS_INFO_LENGTH_MISMATCH
IN BOOLEAN OUT PSTR Buffer
NTSYSAPI PRTL_DEBUG_INFORMATION NTAPI RtlCreateQueryDebugBuffer(_In_ ULONG Size, _In_ BOOLEAN EventPair)
#define ok_hex(expression, result)
#define RTL_DEBUG_QUERY_MODULES
PVOID WINAPI HeapAlloc(HANDLE, DWORD, SIZE_T)
#define NT_SUCCESS(StatCode)
NTSTATUS NTAPI LdrQueryProcessModuleInformation(IN PRTL_PROCESS_MODULES ModuleInformation, IN ULONG Size, OUT PULONG ReturnedSize OPTIONAL)
NTSYSAPI NTSTATUS NTAPI RtlDestroyQueryDebugBuffer(IN PRTL_DEBUG_INFORMATION DebugBuffer)
NTSYSAPI NTSTATUS NTAPI RtlQueryProcessDebugInformation(_In_ ULONG ProcessId, _In_ ULONG DebugInfoClassMask, _Inout_ PRTL_DEBUG_INFORMATION DebugBuffer)
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ ULONG _Out_ PVOID _Out_ PULONG RequiredSize
#define HeapFree(x, y, z)
DWORD WINAPI GetCurrentProcessId(VOID)
Referenced by START_TEST().