Previous Book Contents Book Index Next

Inside Macintosh: Apple Game Sprockets Guide /
Chapter 2 - DrawSprocket / DrawSprocket Reference
DrawSprocket Functions / Using Alternate Buffers


DSpAltBuffer_Dispose

Use the DSpAltBuffer_Dispose function to dispose of an alternate buffer.

OSStatus DSpAltBuffer_Dispose  (DSpAltBufferReference inAltBuffer);
inAltBuffer
A reference to the buffer to be disposed of.
function result
A result code.
DESCRIPTION
The DSpAltBuffer_Dispose function takes a reference to an alternate buffer in the inAltBuffer parameter and disposes of that buffer.

CALLING RESTRICTIONS
Do not call this function during an interrupt.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996