Package EOorg.EOeolang.EOsys.Win32
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:
- here for details
-
-
Constructor Summary
Constructors Constructor Description ReadFileFuncCall(Phi win)
Ctor.
-
-
-
Constructor Detail
-
ReadFileFuncCall
public ReadFileFuncCall(Phi win)
Ctor.- Parameters:
win
- Win32 object
-
-