com.sun.squawk.platform.windows.natives
Class WindowsImpl
java.lang.Object
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()
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:
WSAGetLastError
in interface Windows
- Returns:
- typically a positive number
initConstInt
public int initConstInt(int index)
- Specified by:
initConstInt
in interface Library
Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.