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