Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmmcopy.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 00004 NTSTATUS _MmCopyFromCaller( PVOID Target, PVOID Source, UINT Bytes ); 00005 NTSTATUS _MmCopyToCaller( PVOID Target, PVOID Source, UINT Bytes ); 00006 00007 #define MmCopyFromCaller(x,y,z) _MmCopyFromCaller((PCHAR)(x),(PCHAR)(y),(UINT)(z)) 00008 #define MmCopyToCaller(x,y,z) _MmCopyToCaller((PCHAR)(x),(PCHAR)(y),(UINT)(z)) Generated on Wed May 23 2012 04:36:19 for ReactOS by
1.7.6.1
|