Class ReadFileFuncCall

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

public final class ReadFileFuncCall extends Object implements Syscall
ReadFile kernel32 function call.
Since:
0.40.0
See Also:
  • Constructor Details

    • ReadFileFuncCall

      public ReadFileFuncCall(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.