libguac 1.5.5
|
Provides an implementation of guac_socket specific to the Windows Socket API (aka WSA or "winsock"). More...
Go to the source code of this file.
Functions | |
guac_socket * | guac_socket_open_wsa (SOCKET sock) |
Creates a new guac_socket which will use the Windows Socket API (aka WSA or "winsock") for all communication. | |
Provides an implementation of guac_socket specific to the Windows Socket API (aka WSA or "winsock").
This header will only be available if libguac was built with WSA support.
guac_socket * guac_socket_open_wsa | ( | SOCKET | sock | ) |
Creates a new guac_socket which will use the Windows Socket API (aka WSA or "winsock") for all communication.
Freeing this guac_socket will automatically close the associated SOCKET handle.
sock | The WSA SOCKET handle to use for the connection underlying the created guac_socket. |