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>GX_HBlankIntr</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">GX_HBlankIntr <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/gx.h&gt;
20
21s32 GX_HBlankIntr( BOOL enable );<BR></CODE></PRE>
22  </dd>
23</dl><h2>Arguments</h2>
24<TABLE border="1" width="100%">
25  <TBODY>
26    <TR>
27      <TD width="237"><EM><STRONG><FONT face="Courier New">enable</FONT></STRONG></EM></TD>
28      <TD width="609">Sets whether to generate an H-Blank interrupt request</TD>
29    </TR>
30  </TBODY>
31</TABLE>
32<h2>Return Values</h2>
33<p>Returns the status of the H-Blank interrupt request generation enable flag before calling this function. When it is prohibited, a value of 0 is returned. When it is permitted, a value other than the value of 0 is returned.</p>
34<H2>Description</H2>
35<P>When the argument is TRUE, this function generates an H-Blank interrupt. If it is <CODE>FALSE</CODE>, it does not generate one.</P>
36<h2>See Also</h2>
37<P><CODE><A href="GX_IsHBlank.html">GX_IsHBlank</A></CODE>, <CODE><A href="GX_VBlankIntr.html">GX_VBlankIntr</A></CODE></P>
38<H2>Revision History</H2>
39<P>2004/07/26 Revised the description of the return values.<br/> 2004/01/19 Initial version.</P>
40<hr><p>CONFIDENTIAL</p></body>
41</html>
42