SemysLinkAddConnectionNewProt |
01 | Tries to create and add a new connection to a link. |
02 |
int32 SemysLinkAddConnectionNewProt(HSemysLink link, char const *opt); |
03 |
Parameters:
|
04 |
Return Values: Nonzero if the connection could be created and added, 0 otherwise. |
05 | This function is the most convenient way to add outgoing connections as the user code does not have to handle initial listener structures (which would become overwritten shortly afterward) nor does the user have to clean up a connection if it could not be added. |
06 |
Global Lock: Required Reference: SemysLink.h Implementation: Semys Library See Also: Link Sub-System, SemysLinkAddConnectionProt(), SemysLinkAddConnectionIdentifiedProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |