Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_LVFINDINFO Struct Reference
[ListView control]

#include <listview.h>

Data Fields


Detailed Description

Contains information for finding a certain item info

Definition at line 224 of file listview.h.


Field Documentation

DWORD addData
 

The additional item data

Definition at line 242 of file listview.h.

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 234 of file listview.h.

int iStart
 

Search index to begin with, 0 from the beginning

Definition at line 236 of file listview.h.

int nCols
 

PszInfo containing nCols columns' text

Definition at line 238 of file listview.h.

int nItem
 

The found item's row, reserved

Definition at line 245 of file listview.h.

int nSubitem
 

The found subitem's column, reserved

Definition at line 247 of file listview.h.

char** pszInfo
 

All the subitem's content of this item

Definition at line 240 of file listview.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2