Function for Windows OS. More...
Go to the source code of this file.
Defines | |
| #define | NMXP_WIN_H 1 |
Functions | |
| void | nmxp_initWinsock () |
| Winsock initialization. | |
| char * | WSAGetLastErrorMessage (int nErrorID) |
| A function similar in spirit to Unix's perror(). | |
Function for Windows OS.
Author: Matteo Quintiliani Istituto Nazionale di Geofisica e Vulcanologia - Italy quintiliani@ingv.it
| #define NMXP_WIN_H 1 |
| void nmxp_initWinsock | ( | ) |
Winsock initialization.
| char* WSAGetLastErrorMessage | ( | int | nErrorID | ) |
A function similar in spirit to Unix's perror().
This function returns a pointer to an internal static buffer, so you must copy the data from this function before you call it again. It follows that this function is also not thread-safe.
| nErrorID |
1.6.2