L_RegexMatches

Summary

Contains a list of L_RegexMatch matches.

Syntax

typedef struct L_RegexMatches 
{ 
   L_UINT StructSize; 
   L_UINT Count; 
   L_RegexMatch * Matches; 
} L_RegexMatches; 

Members

StructSize

Structure size. It should be equal to sizeof(L_RegexMatches).

Count

Number of matches.

Matches

List of matches.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.