1HPL_pdpanel_free(3) HPL Library Functions HPL_pdpanel_free(3)
2
3
4
6 HPL_pdpanel_free - Deallocate the panel ressources.
7
9 #include "hpl.h"
10
11 int HPL_pdpanel_free( HPL_T_panel * PANEL );
12
14 HPL_pdpanel_free deallocates the panel resources and stores the
15 error code returned by the panel factorization.
16
18 PANEL (local input/output) HPL_T_panel *
19 On entry, PANEL points to the panel data structure from
20 which the resources should be deallocated.
21
23 HPL_pdpanel_new (3), HPL_pdpanel_init (3), HPL_pdpanel_disp (3).
24
25
26
27HPL 2.2 February 24, 2016 HPL_pdpanel_free(3)