MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_LVFINDINFO Struct Reference

#include <listview.h>

Data Fields

DWORD flags
 
int iStart
 
int nCols
 
char ** pszInfo
 
DWORD addData
 
int nItem
 
int nSubitem
 

Detailed Description

Contains information for finding a certain item info

Definition at line 256 of file listview.h.

Field Documentation

◆ addData

DWORD addData

The additional item data

Definition at line 274 of file listview.h.

◆ flags

DWORD flags

Type of search to perform. This member can be set to one or more of the following values:

  • LVFF_TEXT Searches based on the item(subitems) text.
  • LVFF_ADDDATA Searches based on the attached additional item data.

Definition at line 266 of file listview.h.

◆ iStart

int iStart

Search index to begin with, 0 from the beginning

Definition at line 268 of file listview.h.

◆ nCols

int nCols

PszInfo containing nCols columns' text

Definition at line 270 of file listview.h.

◆ nItem

int nItem

The found item's row, reserved

Definition at line 277 of file listview.h.

◆ nSubitem

int nSubitem

The found subitem's column, reserved

Definition at line 279 of file listview.h.

◆ pszInfo

char** pszInfo

All the subitem's content of this item

Definition at line 272 of file listview.h.


The documentation for this struct was generated from the following file: