- All Implemented Interfaces:
Syscall
public final class WSAGetLastErrorFuncCall
extends Object
implements Syscall
WSAGetLastError WS2_32 function call.
- Since:
- 0.40.0
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Makes native method call.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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.