NBPRemove
NBPRemove Remove an entity from the names table
#include <AppleTalk.h> AppleTalk Manager
OSErr NBPRemove(abEntity);
ABEntityPtr abEntity; pointer to an entity's name
returns Error Code; 0=no error
NBPRemove is part of the AppleTalk alternate interface. It is recommended
that you use the preferred call, PRemoveName instead.
NBPRemove removes an entity name from the names table of the given
entity's node.
abEntity points to the entity's name.
Returns: an operating system Error Code. It will be one of:
noErr (0) No error
nbpNotFound (-1028) Name not found