ASocket (Typedef)

A Winsock socket handle.

Type

Long

Comments

A socket handle is analogous to the hWnd for a window. An ASocket is the handle that the Windows Sockets API (application programming interface) uses to refer to an endpoint for communication between processes across a network transport.

For more details, see the Microsoft Developers Library (MSDN).

See Also

AFile, AHandle