I am looking for a method to run through the list of public ports and get their names.
Is there a master list of ports in Exec to step through?
Node=List->lh_Head; while((NextNode=Node->ln_Succ)) { ... get port name from Node ... }
struct List *execPortlist = &(((struct ExecBase *)SysBase)->PortList);