root / www / HPL_bwait.html
Historique | Voir | Annoter | Télécharger (906 octet)
1 |
<HTML>
|
---|---|
2 |
<HEAD>
|
3 |
<TITLE>HPL_bwait HPL 2.0 Library Functions September 10, 2008</TITLE> |
4 |
</HEAD>
|
5 |
|
6 |
<BODY BGCOLOR="WHITE" TEXT = "#000000" LINK = "#0000ff" VLINK = "#000099" |
7 |
ALINK = "#ffff00"> |
8 |
|
9 |
<H1>Name</H1> |
10 |
<B>HPL_bwait</B> Finalize the row broadcast. |
11 |
|
12 |
<H1>Synopsis</H1> |
13 |
<CODE>#include "hpl.h"</CODE><BR><BR> |
14 |
<CODE>int</CODE> |
15 |
<CODE>HPL_bwait(</CODE> |
16 |
<CODE>HPL_T_panel *</CODE> |
17 |
<CODE>PANEL</CODE> |
18 |
<CODE>);</CODE> |
19 |
|
20 |
<H1>Description</H1> |
21 |
<B>HPL_bwait</B> |
22 |
HPL_bwait waits for the row broadcast of the current panel to |
23 |
terminate. Successful completion is indicated by the returned error |
24 |
code HPL_SUCCESS. |
25 |
|
26 |
<H1>Arguments</H1> |
27 |
<PRE>
|
28 |
PANEL (input/output) HPL_T_panel * |
29 |
On entry, PANEL points to the current panel data structure |
30 |
being broadcast. |
31 |
</PRE>
|
32 |
|
33 |
<H1>See Also</H1> |
34 |
<A HREF="HPL_binit.html">HPL_binit</A>, |
35 |
<A HREF="HPL_bcast.html">HPL_bcast</A>. |
36 |
|
37 |
</BODY>
|
38 |
</HTML>
|