Retrieve last error set by the OS. This corresponds to GetLastError() on Windows, and errno on most other platforms. The value is preserved per-thread, but whether the original value is per-thread depends on the underlying OS. An alternative method of obtaining the la
()
| 1286 | * returned value from the native function.</p> |
| 1287 | */ |
| 1288 | public static native int getLastError(); |
| 1289 | |
| 1290 | /** Set the OS last error code. The value will be saved on a per-thread |
| 1291 | * basis. |
no outgoing calls