EXOBJ_OBJECTLIST

typedef struct EXOBJ_OBJECTLIST 
{ 
   L_UINT uStructSize; 
   pEXOBJ_OBJECT pHead; 
   pEXOBJ_OBJECT pTail; 
   L_UINT uCount; 
} EXOBJ_OBJECTLIST, * pEXOBJ_OBJECTLIST; 

A list of the extracted objects.

Members

L_UINT uStructSize

Size of this structure in bytes, for versioning. Use the sizeof(EXOBJ_OBJECTLIST) operator to calculate this value.

pEXOBJ_OBJECT pHead

Pointer to the EXOBJ_OBJECT structure representing the first object.

pEXOBJ_OBJECT pTail

Pointer to the EXOBJ_OBJECT structure representing the last object (for fast adding, use uCount).

L_UINT uCount

Number of objects in the list.

Comments

The structure is used by:

See Also

Functions

Help Version 21.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.