Buffer Kind
Currently, DrawSprocket supports only one kind of buffer. You pass this constant to the DSpContext_GetBackBuffer, DSpAltBuffer_InvalRect, and DSpAltBuffer_GetCGrafPtr functions.
enum DSpBufferKind { kDSpBufferKind_Normal = 0U }; typedef enum DSpBufferKind DSpBufferKind;