All Databases
Inside Mac - AppleTalk
NBPUnload
NBPLoad
NBPRemove
NBPExtract
NBPConfirm
NBPUnload
Make the .NBP driver purgeable
#include <
AppleTalk.h
>
AppleTalk Manager
OSErr
NBPUnload
();
returns
Error Code
; 0=no error
NBPUnload
makes the NBP driver purgeable; the space is not actually
released by
Memory Manager
until necessary.
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,
NBPUnload
has no effect.
Referenced by (3):
The Preferred Interface
Using NBP
Using NBP (Inside Mac - AppleTalk)