ioctlsocket()

Last-modified: 2006-12-10 (日) 18:35:41

[star] ソケットのI/Oモード制御
int ioctlsocket (
  SOCKET s,
  long cmd,
  u_long * argp
);

[tip] パラメータ

s

  • [in] Descriptor identifying a socket.

cmd

  • [in] Command to perform on the socket s.

argp

  • [in, out] Pointer to a parameter for cmd.