com.sun.squawk.platform.windows.natives
Class WindowsImpl
java.lang.Object
   com.sun.squawk.platform.windows.natives.WindowsImpl
com.sun.squawk.platform.windows.natives.WindowsImpl
- All Implemented Interfaces: 
- Library, Windows
- public class WindowsImpl 
- extends Object- implements Windows
 
| Fields inherited from interface com.sun.squawk.platform.windows.natives.Windows | 
| INSTANCE | 
 
 
 
 
WindowsImpl
public WindowsImpl()
initConstInt
public int initConstInt(int index)
- 
- Specified by:
- initConstIntin interface- Library
 
- 
 
WSAGetLastError
public int WSAGetLastError()
- Description copied from interface: Windows
- Gets the value of the last windows socket error.
 Only valid after certain system calls, and only if the system call failed in some way.
 
- 
- Specified by:
- WSAGetLastErrorin interface- Windows
 
- 
- Returns:
- typically a positive number
 
"For updated information see the Java FRC site"