Go to the source code of this file.
◆ NTSTATUS()
◆ START_TEST()
Definition at line 12 of file RtlCopyMappedMemory.c.
13{
17
19 "RtlCopyMappedMemory");
20 if (!pRtlCopyMappedMemory)
21 {
22 win_skip(
"RtlCopyMappedMemory (NT >= 5.2 API) not available\n");
23 return;
24 }
25
29
34
38 Status = pRtlCopyMappedMemory(Buffer1, Buffer2,
sizeof(Buffer1));
42}
#define EndSeh(ExpectedStatus)
#define GetProcAddress(x, y)
HMODULE WINAPI GetModuleHandleW(LPCWSTR lpModuleName)
#define RtlCompareMemory(s1, s2, l)
#define RtlFillMemory(Dest, Length, Fill)
NTSTATUS NTAPI RtlCopyMappedMemory(_Out_writes_bytes_all_(Size) PVOID Destination, _In_reads_bytes_(Size) const VOID *Source, _In_ SIZE_T Size)
#define STATUS_ACCESS_VIOLATION
ActualNumberDriverObjects * sizeof(PDRIVER_OBJECT)) PDRIVER_OBJECT *DriverObjectList
◆ SIZE_T