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.
15{
18
22 return;
23
29
32
36 return;
37
43
46
50 return;
51
57
60
64 return;
65
71
74
78 {
81 }
82}
#define ok_hex(expression, result)
#define ok_ptr(expression, result)
NTSYSAPI NTSTATUS NTAPI RtlDestroyQueryDebugBuffer(IN PRTL_DEBUG_INFORMATION DebugBuffer)
NTSYSAPI PRTL_DEBUG_INFORMATION NTAPI RtlCreateQueryDebugBuffer(_In_ ULONG Size, _In_ BOOLEAN EventPair)
Referenced by START_TEST().
◆ Test_ProcessModules()
static void Test_ProcessModules |
( |
void |
| ) |
|
|
static |
Definition at line 85 of file RtlDebugInformation.c.
86{
91
95 return;
96
99
102
106 {
107
111 {
113 }
114 }
115 if (ExpectedModules)
117
120}
int memcmp(void *Buffer1, void *Buffer2, ACPI_SIZE Count)
#define NT_SUCCESS(StatCode)
#define HeapFree(x, y, z)
NTSTATUS NTAPI LdrQueryProcessModuleInformation(_Out_writes_bytes_to_(Size, *ReturnedSize) PRTL_PROCESS_MODULES ModuleInformation, _In_ ULONG Size, _Out_opt_ PULONG ReturnedSize)
NTSYSAPI NTSTATUS NTAPI RtlQueryProcessDebugInformation(_In_ ULONG ProcessId, _In_ ULONG DebugInfoClassMask, _Inout_ PRTL_DEBUG_INFORMATION DebugBuffer)
#define RTL_DEBUG_QUERY_MODULES
#define STATUS_INFO_LENGTH_MISMATCH
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ ULONG _Out_ PVOID _Out_ PULONG RequiredSize
DWORD WINAPI GetCurrentProcessId(void)
Referenced by START_TEST().