Statistiques
| Révision :

root / www / HPL_pdpanel_free.html @ 1

Historique | Voir | Annoter | Télécharger (985 octet)

1
<HTML>
2
<HEAD>
3
<TITLE>HPL_pdpanel_free 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_free</B> Deallocate the panel ressources.
11

    
12
<H1>Synopsis</H1>
13
<CODE>#include "hpl.h"</CODE><BR><BR>
14
<CODE>int</CODE>
15
<CODE>HPL_pdpanel_free(</CODE>
16
<CODE>HPL_T_panel *</CODE>
17
<CODE>PANEL</CODE>
18
<CODE>);</CODE>
19

    
20
<H1>Description</H1>
21
<B>HPL_pdpanel_free</B>
22
deallocates  the panel resources  and  stores the error
23
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  panel data  structure from
29
        which the resources should 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_disp.html">HPL_pdpanel_disp</A>.
36

    
37
</BODY>
38
</HTML>