VfZwAlpcSetInformation

NTSTATUS __stdcall VfZwAlpcSetInformation(
        VOID *PortHandle,
        _ALPC_PORT_INFORMATION_CLASS PortInformationClass,
        VOID *PortInformation,
        UINT64 Length){
  unsigned int v4; 
  VOID *retaddr; 

  v4 = Length;
  if( (unsigned int)ViZwShouldCheck() )
    ViZwCheckVirtualAddress((UINT64)PortInformation, retaddr);
  return((__int64(__fastcall *)(VOID *, _QWORD, VOID *, _QWORD))pXdvZwAlpcSetInformation)(
           PortHandle,
           (unsigned int)PortInformationClass,
           PortInformation,
           v4);
}

Referenced by:

No references.