☆ ''ソケットのI/Oモード制御''
''int'' ''&color(Maroon){ioctlsocket};'' ''(''
  ''SOCKET'' s,
  ''long'' cmd,
  ''u_long *'' argp
'');''

* &tip; パラメータ [#a7cdbbcb]
''s''
-[in] Descriptor identifying a socket.

''cmd''
-[in] Command to perform on the socket s.

''argp''
-[in, out] Pointer to a parameter for cmd.