MmMapViewOfSectionEx
NTSTATUS __stdcall MmMapViewOfSectionEx(
VOID *a1,
INT64 a2,
INT64 *a3,
INT64 a4,
INT64 a5,
INT64 a6,
INT64 a7,
INT64 a8,
INT64 a9,
INT64 a10,
INT64 a11){
INT64 v12;
INT64 v13;
INT64 ullMultiplicand;
INT64 v15;
LODWORD(v15) = a10;
LODWORD(ullMultiplicand) = a9;
LODWORD(v13) = a7;
LODWORD(v12) = a6;
return MiMapViewOfSectionExCommon(a1, a2, 1ui64, a3, a4, a5, v12, v13, a8, ullMultiplicand, v15, a11, 0);
}Referenced by:
MiMapCfgBitMapSection
MiMapProcessExecutable
PspMapSystemDll