最終更新:2019-12-10 (火) 16:58:57 (1598d)  

WSAStartup
Top / WSAStartup

The WSAStartup function initiates use of the Winsock DLL by a process.

int WSAStartup(
  _In_  WORD      wVersionRequested,
  _Out_ LPWSADATA lpWSAData
);

メモ

  • The current version of the Windows Sockets specification is version 2.2.

関連

  • WSACleanup?