Designer Library Structure

typedef struct _ilib_struct /*Defined in vv_des.h   */
{        
struct _ilib_struct *prev_ndp; /*pointer to previous DLIB in list   */
struct _ilib_struct *next_ndp; /*pointer to next DLIB in list   */
short type; /*used to indicate head of list   */
FILE *fp; /*stream FILE pointer   */
UINT flags; /*library flags   */
short count; /*number of forms using this library   */
LOGATTP attdefp; /*pointer to logical attribute definition structure */
long next_dirrec; /*for use ONLY by _ldirrdfirst() and _ldirrdnext() routines */
} DLIB, *DLIBPTR;        


Home Contents Previous Next