root / www / HPL_pdpanel_disp.html @ 1
Historique | Voir | Annoter | Télécharger (994 octet)
1 |
<HTML>
|
---|---|
2 |
<HEAD>
|
3 |
<TITLE>HPL_pdpanel_disp 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_pdpanel_disp</B> Deallocate a panel data structure. |
11 |
|
12 |
<H1>Synopsis</H1> |
13 |
<CODE>#include "hpl.h"</CODE><BR><BR> |
14 |
<CODE>int</CODE> |
15 |
<CODE>HPL_pdpanel_disp(</CODE> |
16 |
<CODE>HPL_T_panel * *</CODE> |
17 |
<CODE>PANEL</CODE> |
18 |
<CODE>);</CODE> |
19 |
|
20 |
<H1>Description</H1> |
21 |
<B>HPL_pdpanel_disp</B> |
22 |
deallocates the panel structure and resources and |
23 |
stores the error code returned by the panel factorization. |
24 |
|
25 |
<H1>Arguments</H1> |
26 |
<PRE>
|
27 |
PANEL (local input/output) HPL_T_panel * * |
28 |
On entry, PANEL points to the address of the panel data |
29 |
structure to be deallocated. |
30 |
</PRE>
|
31 |
|
32 |
<H1>See Also</H1> |
33 |
<A HREF="HPL_pdpanel_new.html">HPL_pdpanel_new</A>, |
34 |
<A HREF="HPL_pdpanel_init.html">HPL_pdpanel_init</A>, |
35 |
<A HREF="HPL_pdpanel_free.html">HPL_pdpanel_free</A>. |
36 |
|
37 |
</BODY>
|
38 |
</HTML>
|