Class WSAGetLastErrorFuncCall

java.lang.Object
EOorg.EOeolang.EOsys.Win32.WSAGetLastErrorFuncCall
All Implemented Interfaces:
Syscall

public final class WSAGetLastErrorFuncCall extends Object implements Syscall
WSAGetLastError WS2_32 function call.
Since:
0.40.0
See Also:
  • Constructor Details

    • WSAGetLastErrorFuncCall

      public WSAGetLastErrorFuncCall(Phi win)
      Ctor.
      Parameters:
      win - Win32 object
  • Method Details

    • make

      public Phi make(Phi... params)
      Description copied from interface: Syscall
      Makes native method call.
      Specified by:
      make in interface Syscall
      Parameters:
      params - Native methods parameters.
      Returns:
      Methods return code.