Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This section lists the Data Transport functions exposed by Ws2spi.h.
Function | Description |
---|---|
An incoming connection is acknowledged and associated with an immediately created socket. The original socket is returned to the listening state. This function also allows for conditional acceptance. |
|
Assigns a local name to an unnamed socket. |
|
Signs off from the underlying Windows Sockets service provider. |
|
Removes a socket from the per-process object reference table. Only blocks if SO_LINGERis set with a nonzero time-out on a blocking socket. |
|
Initiates a connection on the specified socket. This function also allows for exchange of connect data. |
|
Discovers occurrences of network events. |
|
Associates network events with an event object. |
|
Retrieves the name of the peer connected to the specified socket. |
|
Retrieves the local address to which the specified socket is bound. |
|
Retrieves options associated with the specified socket. |
|
Provides control for sockets. |
|
Listens for incoming connections on a specified socket. |
|
Receives data from a connected or unconnected socket. This function accommodates scatter/gather I/O, overlapped sockets, and provides the flags parameter as IN/OUT. |
|
Receives data from either a connected or unconnected socket. This function accommodates scatter/gather I/O, overlapped sockets and provides the flags parameter as IN/OUT. |
|
Performs synchronous I/O multiplexing. |
|
Sends data to a connected socket. This function also accommodates scatter/gather I/O and overlapped sockets. |
|
Sends data to either a connected or unconnected socket. This function also accommodates scatter/gather I/O and overlapped sockets. |
|
Stores options associated with the specified socket. |
|
Shuts down part of a full-duplex connection. |
|
A socket creation function that takes a WSAPROTOCOL_INFOWstructure as input and allows overlapped sockets to be created. |
|
Initializes the underlying Windows Sockets service provider. |