VerifierNtMapViewOfSection

NTSTATUS __stdcall VerifierNtMapViewOfSection(
        VOID *SectionHandle,
        VOID *ProcessHandle,
        VOID **BaseAddress,
        UINT64 ZeroBits,
        UINT64 CommitSize,
        _LARGE_INTEGER *SectionOffset,
        UINT64 *ViewSize,
        _SECTION_INHERIT InheritDisposition,
        UINT64 AllocationType,
        UINT64 Win32Protect){
  VOID *retaddr; 

  VfCheckPageProtection((unsigned int)Win32Protect, retaddr);
  return((__int64(__fastcall *)(VOID *, VOID *, VOID **, UINT64, UINT64, _LARGE_INTEGER *, UINT64 *, _SECTION_INHERIT, _DWORD, _DWORD))pXdvNtMapViewOfSection)(
           SectionHandle,
           ProcessHandle,
           BaseAddress,
           ZeroBits,
           CommitSize,
           SectionOffset,
           ViewSize,
           InheritDisposition,
           AllocationType,
           Win32Protect);
}

Referenced by:

No references.