VerifierNtCreateSection

NTSTATUS __stdcall VerifierNtCreateSection(
        PVOID *SectionHandle,
        UINT64 DesiredAccess,
        OBJECT_ATTRIBUTES *ObjectAttributes,
        LARGE_INTEGER *MaximumSize,
        UINT64 SectionPageProtection,
        UINT64 AllocationAttributes,
        PVOID FileHandle){
  unsigned int v7; 
  PVOID retaddr; 
  v7 = DesiredAccess;
  VfCheckPageProtection((unsigned int)SectionPageProtection, retaddr);
  return((__int64(__fastcall *)(PVOID *, _QWORD, OBJECT_ATTRIBUTES *, LARGE_INTEGER *, _DWORD, _DWORD, PVOID))pXdvNtCreateSection)(
           SectionHandle,
           v7,
           ObjectAttributes,
           MaximumSize,
           SectionPageProtection,
           AllocationAttributes,
           FileHandle);
}

Referenced by:

No references.