VerifierMmMapViewOfSection

NTSTATUS __stdcall VerifierMmMapViewOfSection(
        VOID *SectionToMap,
        _EPROCESS *Process,
        VOID **CapturedBase,
        UINT64 ZeroBits,
        UINT64 CommitSize,
        _LARGE_INTEGER *SectionOffset,
        UINT64 *CapturedViewSize,
        _SECTION_INHERIT InheritDisposition,
        UINT64 AllocationType,
        UINT64 Win32Protect){
  VOID *retaddr; 

  VfCheckPageProtection((unsigned int)Win32Protect, retaddr);
  return((__int64(__fastcall *)(VOID *, _EPROCESS *, VOID **, UINT64, UINT64, _LARGE_INTEGER *, UINT64 *, _SECTION_INHERIT, _DWORD, _DWORD))pXdvMmMapViewOfSection)(
           SectionToMap,
           Process,
           CapturedBase,
           ZeroBits,
           CommitSize,
           SectionOffset,
           CapturedViewSize,
           InheritDisposition,
           AllocationType,
           Win32Protect);
}

Referenced by:

No references.