Docs » Autodocs » amigaguide.library » RemoveAmigaGuideHostA
RemoveAmigaGuideHostA - Remove a dynamic node host. (V34)
use = RemoveAmigaGuideHostA (key, attrs) d0 a0 a1 LONG RemoveAmigaGuideHostA (AMIGAGUIDEHOST, struct TagItem *); use = RemoveAmigaGuideHost (key, tag1, ...); LONG RemoveAmigaGuideHost (AMIGAGUIDEHOST, Tag, ...);
This function removes a dynamic node host, that was added by AddAmigaGuideHost(), from the system.
key - Key that was returned by AddAmigaGuideHost(). attrs - Additional attributes. None are defined at this time.
use - Number of outstanding clients of this database. You can not exit until use==0.
AddAmigaGuideHostA()
|