SemysLinkSetListenerProt

01 Modifies the listener callbacks or destroys a link.
02

void SemysLinkSetListenerProt(HSemysLink link, SemysLinkListener const *pListener);

03 Parameters:
  • link: The link that should be modified.
  • pListener: The new owner interface for the link or 0.
04 Passing 0 as the listener pointer will destroy the link, no more callbacks will be called by it again and all contained connections will be destroyed.
05 Global Lock: Required
Reference: SemysLink.h
Implementation: Semys Library
See Also: Link Sub-System, SemysLinkListener, SemysLinkCreate()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.