⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 struct__lvfindinfo.htm

📁 MINIGUI1.6开发API
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: _LVFINDINFO Struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main&nbsp;Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.htm">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File&nbsp;List</a> | <a class="qindex" href="functions.htm">Data&nbsp;Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related&nbsp;Pages</a></div><h1>_LVFINDINFO Struct Reference<br><small>[<a class="el" href="group__mgext__ctrl__listview.htm">ListView control</a>]</small></h1><code>#include &lt;<a class="el" href="listview_8h-source.htm">listview.h</a>&gt;</code><p><h2>Data Fields</h2><ul><li><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__LVFINDINFO.htm#o0">flags</a><li>int <a class="el" href="struct__LVFINDINFO.htm#o1">iStart</a><li>int <a class="el" href="struct__LVFINDINFO.htm#o2">nCols</a><li>char ** <a class="el" href="struct__LVFINDINFO.htm#o3">pszInfo</a><li><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__LVFINDINFO.htm#o4">addData</a><li>int <a class="el" href="struct__LVFINDINFO.htm#o5">nItem</a><li>int <a class="el" href="struct__LVFINDINFO.htm#o6">nSubitem</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2>Contains information for finding a certain item info <p><p>Definition at line <a class="el" href="listview_8h-source.htm#l00226">226</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.<hr><h2>Field Documentation</h2><a class="anchor" name="o4" doxytag="_LVFINDINFO::addData"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__LVFINDINFO.htm#o4">addData</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The additional item data <p>Definition at line <a class="el" href="listview_8h-source.htm#l00244">244</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="o0" doxytag="_LVFINDINFO::flags"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__LVFINDINFO.htm#o0">flags</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Type of search to perform. This member can be set to one or more of the following values:<ul><li>LVFF_TEXT Searches based on the item(subitems) text.</li><li>LVFF_ADDDATA Searches based on the attached additional item data. </li></ul><p>Definition at line <a class="el" href="listview_8h-source.htm#l00236">236</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="o1" doxytag="_LVFINDINFO::iStart"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">int <a class="el" href="struct__LVFINDINFO.htm#o1">iStart</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Search index to begin with, 0 from the beginning <p>Definition at line <a class="el" href="listview_8h-source.htm#l00238">238</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="o2" doxytag="_LVFINDINFO::nCols"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">int <a class="el" href="struct__LVFINDINFO.htm#o2">nCols</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>PszInfo containing nCols columns' text <p>Definition at line <a class="el" href="listview_8h-source.htm#l00240">240</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="o5" doxytag="_LVFINDINFO::nItem"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">int <a class="el" href="struct__LVFINDINFO.htm#o5">nItem</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The found item's row, reserved <p>Definition at line <a class="el" href="listview_8h-source.htm#l00247">247</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="o6" doxytag="_LVFINDINFO::nSubitem"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">int <a class="el" href="struct__LVFINDINFO.htm#o6">nSubitem</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The found subitem's column, reserved <p>Definition at line <a class="el" href="listview_8h-source.htm#l00249">249</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><a class="anchor" name="o3" doxytag="_LVFINDINFO::pszInfo"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">char** <a class="el" href="struct__LVFINDINFO.htm#o3">pszInfo</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>All the subitem's content of this item <p>Definition at line <a class="el" href="listview_8h-source.htm#l00242">242</a> of file <a class="el" href="listview_8h-source.htm">listview.h</a>.    </td>  </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="listview_8h-source.htm">listview.h</a></ul><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:52 2007 for MiniGUI V1.6.10 API Reference by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -