PRemoveName
MPPPBPtr thePBptr; pointer to an NBPparms structure Boolean async; 0=await completion; 1=immediate return PRemoveName removes an entity name from the names table of the given entity's node.
thePBptr iis a pointer to an NBPparms structure. Æ csCode short 2 26 always removeName
Æ entityPtr Ptr 4 30 pointer to entity name async is a Boolean value. Use FALSE for normal ( synchronous) operation or TRUE to enqueue the request and resume control immediately. See Async I/O.
noErr (0) No error
nbpNotFound (-1028) Name not found
Notes: When an entity wants to communicate via an AppleTalk network, it should
call PRegisterName to place its name and internet address in the names table. When an entity no longer wants to communicate on the network, or is
being shut down, it should call PLookupName, which returns a list of all entities with the name you specify. If you already know the address of an
entity, and want only to confirm that it still exists, call PConfirmName. network traffic.