EXOBJ_OBJECTLIST

Summary

A list of the extracted objects.

Syntax

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

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.

Usage

Data Types

Functions

See Also

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

LEADTOOLS Raster Imaging C API Help

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