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: Files /
Chapter 2 - File Manager / File Manager Reference
Low-Level Volume Access Routines / Mounting and Unmounting Volumes


PBOffLine

You can use the PBOffLine function to place a volume offline. Most applications don't need to do this.

FUNCTION PBOffLine (paramBlock: ParmBlkPtr): OSErr;
paramBlock
A pointer to a basic File Manager parameter block.
-->ioCompletionProcPtrA pointer to a completion routine.
<--ioResultOSErrThe result code of the function.
-->ioNamePtrStringPtrA pointer to a pathname.
-->ioVRefNumIntegerA volume specification.

DESCRIPTION
The PBOffLine function places the specified volume offline by calling PBFlushVol to flush the volume and releasing all the memory used for the volume except for the volume control block.

The PBOffLine function always executes synchronously.

ASSEMBLY-LANGUAGE INFORMATION
The trap macro for PBOffLine is _OffLine.

RESULT CODES
noErr0No error
nsvErr-35No such volume
ioErr-36I/O error
bdNamErr-37Bad volume name
paramErr-50No default volume
nsDrvErr-56No such drive
extFSErr-58External file system

Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996