NBPSetNTE
NBPSetNTE Build a Names Table Entry
#include <AppleTalk.h> AppleTalk Manager
void NBPSetNTE(ntePtr, nbpObject,nbpType,nbpZone, Socket);
Ptr ntePtr; pointer to an Names Table Entry
Str32 nbpObject; Names table entry object
Str32 nbpType; Names table entry type
Str32 nbpZone Names table entry zone
short Socket ; Names table entry socket
returns none
NBPSetNTE builds an NBP names table entry, for use with
PRegistername call. Given a names table entry of at least the size of the
EntityNamedata structure plus nine bytes (108 bytes), this routine sets
the indicated object, type, zone and socket in that names table entry.
ntePtr is the names table entry's address.
nbpObject is the names table entry object.
nbpType is the names table entry type.
nbpZone is the names table entry zone.
Returns: none