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>GDIsCurrent</TITLE>
9</HEAD>
10<BODY>
11<H1 align="left">GDIsCurrent</H1>
12<H2>C Specification</H2>
13<DL>
14  <DD>
15<PRE><CODE>#include &lt;revolution/gd.h&gt;</CODE></PRE>
16  <DD>
17<PRE><CODE><A href="../gx/Enumerated_Types/GXBool.html">GXBool</A> GDIsCurrent( const <A href="GDLObj.html">GDLObj</A>* dl );</CODE></PRE>
18</DL>
19<H2>Arguments</H2>
20<TABLE border="1" cellpadding="3" cellspacing="0.1">
21  <TBODY>
22    <TR>
23<TD width="120" bgcolor="#ffffe8"><EM><STRONG><CODE><STRONG><EM><CODE>dl</CODE></EM></STRONG></FONT></STRONG></EM></TD>
24<TD width="520">Pointer to a graphics display list object.</TD>
25    </TR>
26  </TBODY>
27</TABLE>
28<H2>Return Values</H2>
29<P>Boolean value indicating whether <STRONG><EM><CODE>dl</CODE></EM></STRONG> is the current <a href="GDLObj.html"><CODE>GDLObj</CODE></a>.</P>
30<H2>Description</H2>
31<P>This function indicates whether the given <a href="GDLObj.html"><CODE>GDLObj</CODE></a> is the current structure. The current <a href="GDLObj.html"><CODE>GDLObj</CODE></a> is the structure that has been selected to receive future GD graphics commands.</P>
32<H2>See Also</H2>
33<P><A href="GDSetCurrent.html"><CODE>GDSetCurrent</CODE></A><BR> <A href="GDGetCurrent.html"><CODE>GDGetCurrent</CODE></A></P>
34<H2>Revision History</H2>
35<P>2006/03/01 Initial version.</p>
36<hr>
37<P>CONFIDENTIAL</p>
38</BODY>
39</HTML>