Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking /
Chapter 2 - AppleTalk Utilities / AppleTalk Utilities Reference
Routines / Opening and Closing Drivers


MPPClose

The MPPClose function closes the .MPP driver and removes from memory any data structures associated with it.

FUNCTION MPPClose: OSErr;
DESCRIPTION
In addition to closing the .MPP driver, the MPPClose function also closes and removes from memory the .ATP driver and the NBP code if they are installed. Calling MPPClose completely disables AppleTalk.

WARNING
Apple Computer, Inc. strongly recommends that you not use this call because other coresident applications could also be using AppleTalk.
Calling MPPClose completely disables AppleTalk.

SPECIAL CONSIDERATIONS
If the current connection is LocalTalk, MPPClose also returns the use of port B to the serial driver.

RESULT CODES
noErr0No error

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996