1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>G2_SetWnd0InsidePlane</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">G2_SetWnd0InsidePlane <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
15<H2>Syntax</H2>
16
17<dl>
18  <dd>
19<PRE><CODE>#include &lt;nitro/gx/g2.h&gt;
20
21void G2_SetWnd0InsidePlane(int wnd /* GXWndPlaneMask */, BOOL effect );</CODE></PRE>
22  </dd>
23</dl><h2>Arguments</h2>
24
25<table border="1" width="100%">
26
27    <tr>
28      <TD width="109"><em><strong><font face="Courier New">wnd</font></strong></em></TD>
29      <TD width="593">Specifies the plane to be displayed in the window</TD>
30    </tr>
31    <TR>
32      <TD><em><strong><font face="Courier New">effect</font></strong></em></TD>
33      <TD>Enables/Disables color special effects (alpha blending and brightness adjustment)</TD>
34    </TR>
35  </table>
36<h2>Return Values</h2>
37<p>None.</p>
38<H2>Description</H2>
39<P>This function specifies the plane to be displayed inside Window 0. Take the logical OR of <CODE>GXWndPlaneMask</CODE>-type values.
40</P>
41<TABLE border="1">
42  <TBODY>
43    <TR>
44      <TD width="30%"><CODE>GX_WND_PLANEMASK_NONE</CODE></TD>
45      <TD>No plane is specified.</TD>
46    </TR>
47    <TR>
48      <TD width="30%"><CODE>GX_WND_PLANEMASK_BG0</CODE></TD>
49      <TD>Specifies BG0.</TD>
50    </TR>
51    <TR>
52      <TD width="30%"><CODE>GX_WND_PLANEMASK_BG1</CODE></TD>
53      <TD>Specifies BG1.</TD>
54    </TR>
55    <TR>
56      <TD width="30%"><CODE>GX_WND_PLANEMASK_BG2</CODE></TD>
57      <TD>Specifies BG2.</TD>
58    </TR>
59    <TR>
60      <TD width="30%"><CODE>GX_WND_PLANEMASK_BG3</CODE></TD>
61      <TD>Specifies BG3.</TD>
62    </TR>
63    <TR>
64      <TD width="30%"><CODE>GX_WND_PLANEMASK_OBJ</CODE></TD>
65      <TD>Specifies OBJs.</TD>
66    </TR>
67  </TBODY>
68</TABLE>
69<P><BR> The type definitions for <CODE>GXWndPlaneMask</CODE> are indicated below.</P>
70<PRE><CODE>typedef enum
71{
72    GX_WND_PLANEMASK_NONE = 0x0000,
73    GX_WND_PLANEMASK_BG0 = 0x0001,
74    GX_WND_PLANEMASK_BG1 = 0x0002,
75    GX_WND_PLANEMASK_BG2 = 0x0004,
76    GX_WND_PLANEMASK_BG3 = 0x0008,
77    GX_WND_PLANEMASK_OBJ = 0x0010
78}
79GXWndPlaneMask;</CODE></PRE>
80<h2>See Also</h2>
81<P><CODE><A href="G2_SetWnd1InsidePlane.html">G2_SetWnd1InsidePlane</A>, <A href="G2_SetWndOutsidePlane.html">G2_SetWndOutsidePlane</A>, <A href="G2_SetWndOBJInsidePlane.html">G2_SetWndOBJInsidePlane</A>, <A href="G2_GetWnd0InsidePlane.html">G2_GetWnd0InsidePlane</A></CODE></P>
82<H2>Revision History</H2>
83<P>2004/01/19 Initial version.</P>
84<hr><p>CONFIDENTIAL</p></body>
85</html>
86