1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<TITLE>GDGetOverflowCallback</TITLE> 9</HEAD> 10<BODY> 11<H1 align="left">GDGetOverflowCallback</H1> 12 13<H2>Syntax</H2> 14<dl><dd><pre class="construction"> 15#include <revolution/gd.h> 16 17typedef void (*GDOverflowCallback)(void); 18 19GDOverflowCallback GDGetOverflowCallback(); 20</pre></dd></dl> 21 22<H2>Arguments</H2> 23<P>None.</P> 24 25<H2>Return Values</H2> 26<P>A pointer to the current overflow callback.</P> 27 28<H2>Description</H2> 29<P>This function can get a pointer to the current overflow callback that the GD library will invoke when a graphics display list overflows. Overflow is only detected if the current location pointer is or will be past the end of the associated memory buffer when attempting to write to a <A href="GDLObj.html"><CODE>GDLObj</CODE></A>.</P> 30<P>If an overflow callback is not declared, the default overflow process will force an assertion failure. (Debug build only.)</P> 31 32<H2>See Also</H2> 33<P class="reference"> 34<A href="GDSetOverflowCallback.html">GDSetOverflowCallback</A> 35</P> 36 37<H2>Revision History</H2> 38<P> 392006/03/01 Initial version.<br> 40</P> 41 42<hr><p>CONFIDENTIAL</p></body> 43</HTML>