Networking globals initialization (Winsock2 WSAStartup)
More...
#include <SocketDescriptor.h>
Networking globals initialization (Winsock2 WSAStartup)
◆ initNetworking()
static Result SC::SocketNetworking::initNetworking |
( |
| ) |
|
|
static |
Initializes Winsock2 on Windows (WSAStartup)
- Returns
- Valid Result if Winsock2 has been successfully initialized
◆ isNetworkingInited()
static bool SC::SocketNetworking::isNetworkingInited |
( |
| ) |
|
|
static |
Check if initNetworking has been previously called.
- Returns
true
if initNetworking has been previously called
◆ shutdownNetworking()
static Result SC::SocketNetworking::shutdownNetworking |
( |
| ) |
|
|
static |
Shutdowns Winsock2 on Windows (WSAStartup)
- Returns
- Valid Result if Winsock2 has been successfully shutdown
The documentation for this struct was generated from the following file: