Q3DrawContext_SetDoubleBufferState
You can use theQ3DrawContext_SetDoubleBufferStatefunction to set the double buffer state of a draw context.
TQ3Status Q3DrawContext_SetDoubleBufferState ( TQ3DrawContextObject context, TQ3Boolean state);
context- A draw context object.
state- The desired mask state of the specified draw context.
DESCRIPTION
TheQ3DrawContext_SetDoubleBufferStatefunction sets the double buffer state of the draw context specified by thecontextparameter to the value specified in thestateparameter. SetstatetokQ3Trueif you want the double buffering enabled and tokQ3Falseotherwise. When you enable double buffering, the active buffer is the back buffer.