Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > 3deb7be4320447aed233eda29f87f247 > files > 141

libmspack-devel-0.5-0.2.alpha.mga6.armv7hl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libmspack: mschmd_file Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libmspack
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<div class="title">mschmd_file Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>A structure which represents a file stored in a CHM helpfile.  
 <a href="structmschmd__file.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="mspack_8h_source.html">mspack.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:aacdeb0d33c01266beb36e0b48af09055"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structmschmd__file.html">mschmd_file</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmschmd__file.html#aacdeb0d33c01266beb36e0b48af09055">next</a></td></tr>
<tr class="memdesc:aacdeb0d33c01266beb36e0b48af09055"><td class="mdescLeft">&#160;</td><td class="mdescRight">A pointer to the next file in the list, or NULL if this is the final file.  <a href="#aacdeb0d33c01266beb36e0b48af09055">More...</a><br /></td></tr>
<tr class="separator:aacdeb0d33c01266beb36e0b48af09055"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab8c413e3759fae57732a09e7060c1225"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structmschmd__section.html">mschmd_section</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmschmd__file.html#ab8c413e3759fae57732a09e7060c1225">section</a></td></tr>
<tr class="memdesc:ab8c413e3759fae57732a09e7060c1225"><td class="mdescLeft">&#160;</td><td class="mdescRight">A pointer to the section that this file is located in.  <a href="#ab8c413e3759fae57732a09e7060c1225">More...</a><br /></td></tr>
<tr class="separator:ab8c413e3759fae57732a09e7060c1225"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad085b530903f47a4d908d04ce0a37499"><td class="memItemLeft" align="right" valign="top">off_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmschmd__file.html#ad085b530903f47a4d908d04ce0a37499">offset</a></td></tr>
<tr class="memdesc:ad085b530903f47a4d908d04ce0a37499"><td class="mdescLeft">&#160;</td><td class="mdescRight">The offset within the section data that this file is located at.  <a href="#ad085b530903f47a4d908d04ce0a37499">More...</a><br /></td></tr>
<tr class="separator:ad085b530903f47a4d908d04ce0a37499"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a95fd0339c2cca86fe152924ac1777521"><td class="memItemLeft" align="right" valign="top">off_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmschmd__file.html#a95fd0339c2cca86fe152924ac1777521">length</a></td></tr>
<tr class="memdesc:a95fd0339c2cca86fe152924ac1777521"><td class="mdescLeft">&#160;</td><td class="mdescRight">The length of this file, in bytes.  <a href="#a95fd0339c2cca86fe152924ac1777521">More...</a><br /></td></tr>
<tr class="separator:a95fd0339c2cca86fe152924ac1777521"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a80b7f519909795b2cfe0cc7baf6d4e30"><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmschmd__file.html#a80b7f519909795b2cfe0cc7baf6d4e30">filename</a></td></tr>
<tr class="memdesc:a80b7f519909795b2cfe0cc7baf6d4e30"><td class="mdescLeft">&#160;</td><td class="mdescRight">The filename of this file &ndash; a null terminated string in UTF-8.  <a href="#a80b7f519909795b2cfe0cc7baf6d4e30">More...</a><br /></td></tr>
<tr class="separator:a80b7f519909795b2cfe0cc7baf6d4e30"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A structure which represents a file stored in a CHM helpfile. </p>
<p>All fields are READ ONLY. </p>
</div><h2 class="groupheader">Field Documentation</h2>
<a id="a80b7f519909795b2cfe0cc7baf6d4e30"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a80b7f519909795b2cfe0cc7baf6d4e30">&sect;&nbsp;</a></span>filename</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* mschmd_file::filename</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The filename of this file &ndash; a null terminated string in UTF-8. </p>

</div>
</div>
<a id="a95fd0339c2cca86fe152924ac1777521"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a95fd0339c2cca86fe152924ac1777521">&sect;&nbsp;</a></span>length</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">off_t mschmd_file::length</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The length of this file, in bytes. </p>

</div>
</div>
<a id="aacdeb0d33c01266beb36e0b48af09055"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aacdeb0d33c01266beb36e0b48af09055">&sect;&nbsp;</a></span>next</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structmschmd__file.html">mschmd_file</a>* mschmd_file::next</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>A pointer to the next file in the list, or NULL if this is the final file. </p>

</div>
</div>
<a id="ad085b530903f47a4d908d04ce0a37499"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad085b530903f47a4d908d04ce0a37499">&sect;&nbsp;</a></span>offset</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">off_t mschmd_file::offset</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The offset within the section data that this file is located at. </p>

</div>
</div>
<a id="ab8c413e3759fae57732a09e7060c1225"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab8c413e3759fae57732a09e7060c1225">&sect;&nbsp;</a></span>section</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structmschmd__section.html">mschmd_section</a>* mschmd_file::section</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>A pointer to the section that this file is located in. </p>
<p>Indirectly, it also points to the CHM helpfile the file is located in. </p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="mspack_8h_source.html">mspack.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.12
</small></address>
</body>
</html>