All Manuals > LispWorks User Guide and Reference Manual > 32 The COMM Package

NextPrevUpTopContentsIndex

accepting-handle-user-info

Function
Summary

Returns the user-info associated with an accepting handle.

Package

comm

Signature

accepting-handle-user-info accepting-handle => result

Arguments

accepting-handle

An accepting-handle.

Values

result

A Lisp object.

Description

The function accepting-handle-user-info returns the user-info associated with the handle accepting-handle, which is the user-info argument to accept-tcp-connections-creating-async-io-states.

The system does nothing with the user-info, and its purpose is to allow you to pass information to the connection-function of accept-tcp-connections-creating-async-io-states.

See also

accepting-handle
accept-tcp-connections-creating-async-io-states


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex