NBPLoad
NBPLoad Read the .NBP code into the application heap
#include <AppleTalk.h> AppleTalk Manager
returns Error Code; 0=no error
NBPLoad reads the NBP code from the system resource file into the
application heap on a Macintosh 128K.
Returns: an OSErr; an integer Error Code. It will be one of:
noErr (0) No error

Notes: This call only applies to a Macintosh 128K; on any later Macintosh,
NBPLoad has no effect, since the NBP code should have already been loaded
when the .MPP driver was opened. Normally, you'll never need to call
NBPLoad, because the AppleTalk Manager calls it when necessary.