VfZwAlpcCreateSecurityContext

NTSTATUS __stdcall VfZwAlpcCreateSecurityContext(VOID *PortHandle, UINT64 Flags, ULONG_PTR SecurityAttr){
  UINT64 v3; 
  unsigned int v4; 
  VOID *retaddr; 

  v3 = *(_QWORD *)&SecurityAttr;
  v4 = Flags;
  if( (unsigned int)ViZwShouldCheck() )
    ViZwCheckVirtualAddress(v3, retaddr);
  return((__int64(__fastcall *)(VOID *, _QWORD, UINT64))pXdvZwAlpcCreateSecurityContext)(PortHandle, v4, v3);
}

Referenced by:

No references.