VfZwAlpcCreatePortSection

NTSTATUS __stdcall VfZwAlpcCreatePortSection(
        VOID *PortHandle,
        UINT64 Flags,
        VOID *SectionHandle,
        UINT64 SectionSize,
        VOID **AlpcSectionHandle,
        ULONG_PTR ActualSectionSize){
  unsigned int v8; 
  VOID *retaddr; 

  v8 = Flags;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)AlpcSectionHandle, retaddr);
    ViZwCheckVirtualAddress(*(UINT64 *)&ActualSectionSize, retaddr);
  }
  return((__int64(__fastcall *)(VOID *, _QWORD, VOID *, UINT64, VOID **, _QWORD))pXdvZwAlpcCreatePortSection)(
           PortHandle,
           v8,
           SectionHandle,
           SectionSize,
           AlpcSectionHandle,
           *(_QWORD *)&ActualSectionSize);
}

Referenced by:

No references.