CORETABLE

Summary

Contains details about a table.

Syntax

typedef struct CORETABLE 
{ 
   L_UINT uStructSize; 
   CORECELL * pCells; 
   L_UINT uCount; 
} CORETABLE, * pCORETABLE; 

Members

uStructSize

Size of the structure in bytes.

pCells

A buffer of cells contained in the table.

uCount

The number of cells in the table.

Usage

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.