Package EOorg.EOeolang.EOsys.Win32
Class WriteFileFuncCall
- java.lang.Object
-
- EOorg.EOeolang.EOsys.Win32.WriteFileFuncCall
-
- All Implemented Interfaces:
Syscall
public final class WriteFileFuncCall extends Object implements Syscall
WriteFile kernel32 function call.- Since:
- 0.40.0
- See Also:
- here for details
-
-
Constructor Summary
Constructors Constructor Description WriteFileFuncCall(Phi win)
Ctor.
-
-
-
Constructor Detail
-
WriteFileFuncCall
public WriteFileFuncCall(Phi win)
Ctor.- Parameters:
win
- Win32 object
-
-