VerifierNtCreateSection
NTSTATUS __stdcall VerifierNtCreateSection(
PVOID *SectionHandle,
UINT64 DesiredAccess,
_OBJECT_ATTRIBUTES *ObjectAttributes,
_LARGE_INTEGER *MaximumSize,
UINT64 SectionPageProtection,
UINT64 AllocationAttributes,
PVOID FileHandle){
unsigned int v7;
VOID *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.