Networking globals initialization (Winsock2 WSAStartup) More...
#include <Socket.h>
Static Public Member Functions | |
static Result | initNetworking () |
Initializes Winsock2 on Windows (WSAStartup) More... | |
static Result | shutdownNetworking () |
Shutdowns Winsock2 on Windows (WSAStartup) More... | |
static bool | isNetworkingInited () |
Check if initNetworking has been previously called. More... | |
Networking globals initialization (Winsock2 WSAStartup)
|
static |
Initializes Winsock2 on Windows (WSAStartup)
|
static |
Check if initNetworking has been previously called.
true
if initNetworking has been previously called
|
static |
Shutdowns Winsock2 on Windows (WSAStartup)