com.sun.squawk.platform.windows.natives
Interface Windows
- All Superinterfaces: 
- Library
- All Known Implementing Classes: 
- WindowsImpl
- public interface Windows 
- extends Library
Import common  Windows-specific calls
 
| Method Summary | 
|  int | WSAGetLastError()Gets the value of the last windows socket error.
 | 
 
 
INSTANCE
static final Windows INSTANCE
WSAGetLastError
int WSAGetLastError()
- 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.
 
- 
 
- 
- Returns:
- typically a positive number
 
"For updated information see the Java FRC site"