SemysLinkAddConnectionProt |
| 01 | Adds an existing connection to a link. |
| 02 |
int32 SemysLinkAddConnectionProt(HSemysLink link, HSemysConn conn); |
| 03 |
Parameters:
|
| 04 |
Return Values: Nonzero if the connection could be added, 0 otherwise. |
| 05 | If the connection can be successfully added to the link, it takes over control of the connection. The user can drop any associated data about it. |
| 06 | This function assumes that the connection is not yet connected. This means, it either was newly created (outgoing) or notified from a server callback. |
| 07 |
Global Lock: Required Reference: SemysLink.h Implementation: Semys Library See Also: Link Sub-System, SemysLinkAddConnectionNewProt(), SemysLinkAddConnectionIdentifiedProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |