Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 456516dcbe50f22181016df10f9607b3 > files > 118

libpst-0.6.46-1mdv2010.1.x86_64.rpm

<!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>libpst.so.4: pst_recurrence Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
<h1>pst_recurrence Struct Reference</h1>This contains the recurrence data separated into fields.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="libpst_8h-source.html">libpst/libpst.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o0">signature</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">0x30043004  <a href="#o0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o1">type</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><ul>
<li>0 daily </li>
<li>1 weekly </li>
<li>2 monthly </li>
<li>3 yearly </li>
</ul>
 <a href="#o1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o2">sub_type</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">implies number of recurrence parameters <ul>
<li>0 has 3 parameters </li>
<li>1 has 4 parameters </li>
<li>2 has 4 parameters </li>
<li>3 has 5 parameters </li>
</ul>
 <a href="#o2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o3">parm1</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">must be contiguous, not an array to make python interface easier  <a href="#o3"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o4">parm2</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o5">parm3</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o6">parm4</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o7">parm5</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o8">termination</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">type of termination of the recurrence <ul>
<li>0 terminates on a date </li>
<li>1 terminates based on integer number of occurrences </li>
<li>2 never terminates </li>
</ul>
 <a href="#o8"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o9">interval</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">recurrence interval in terms of the recurrence type  <a href="#o9"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o10">bydaymask</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">bit mask of days of the week  <a href="#o10"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o11">dayofmonth</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">day of month for monthly and yearly recurrences  <a href="#o11"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o12">monthofyear</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">month of year for yearly recurrences  <a href="#o12"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o13">position</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">occurence of day for 2nd Tuesday of month, in which case position is 2  <a href="#o13"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpst__recurrence.html#o14">count</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">number of occurrences, even if recurrence terminates based on date  <a href="#o14"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This contains the recurrence data separated into fields. 
<p>
<a href="http://www.geocities.com/cainrandom/dev/MAPIRecurrence.html">http://www.geocities.com/cainrandom/dev/MAPIRecurrence.html</a> 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00637">637</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.<hr><h2>Field Documentation</h2>
<a class="anchor" name="o10" doxytag="pst_recurrence::bydaymask"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o10">pst_recurrence::bydaymask</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
bit mask of days of the week 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00667">667</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o14" doxytag="pst_recurrence::count"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o14">pst_recurrence::count</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
number of occurrences, even if recurrence terminates based on date 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00675">675</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o11" doxytag="pst_recurrence::dayofmonth"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o11">pst_recurrence::dayofmonth</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
day of month for monthly and yearly recurrences 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00669">669</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o9" doxytag="pst_recurrence::interval"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o9">pst_recurrence::interval</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
recurrence interval in terms of the recurrence type 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00665">665</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o12" doxytag="pst_recurrence::monthofyear"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o12">pst_recurrence::monthofyear</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
month of year for yearly recurrences 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00671">671</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o3" doxytag="pst_recurrence::parm1"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o3">pst_recurrence::parm1</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
must be contiguous, not an array to make python interface easier 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00653">653</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o4" doxytag="pst_recurrence::parm2"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o4">pst_recurrence::parm2</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00654">654</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o5" doxytag="pst_recurrence::parm3"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o5">pst_recurrence::parm3</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00655">655</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o6" doxytag="pst_recurrence::parm4"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o6">pst_recurrence::parm4</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00656">656</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o7" doxytag="pst_recurrence::parm5"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o7">pst_recurrence::parm5</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00657">657</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o13" doxytag="pst_recurrence::position"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o13">pst_recurrence::position</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
occurence of day for 2nd Tuesday of month, in which case position is 2 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00673">673</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o0" doxytag="pst_recurrence::signature"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o0">pst_recurrence::signature</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
0x30043004 
<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00639">639</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o2" doxytag="pst_recurrence::sub_type"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o2">pst_recurrence::sub_type</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
implies number of recurrence parameters <ul>
<li>0 has 3 parameters </li>
<li>1 has 4 parameters </li>
<li>2 has 4 parameters </li>
<li>3 has 5 parameters </li>
</ul>

<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00651">651</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o8" doxytag="pst_recurrence::termination"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o8">pst_recurrence::termination</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
type of termination of the recurrence <ul>
<li>0 terminates on a date </li>
<li>1 terminates based on integer number of occurrences </li>
<li>2 never terminates </li>
</ul>

<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00663">663</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="o1" doxytag="pst_recurrence::type"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">uint32_t <a class="el" href="structpst__recurrence.html#o1">pst_recurrence::type</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<ul>
<li>0 daily </li>
<li>1 weekly </li>
<li>2 monthly </li>
<li>3 yearly </li>
</ul>

<p>

<p>
Definition at line <a class="el" href="libpst_8h-source.html#l00644">644</a> of file <a class="el" href="libpst_8h-source.html">libpst.h</a>.    </td>
  </tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>libpst/<a class="el" href="libpst_8h-source.html">libpst.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Sat Feb 13 11:17:59 2010 for libpst.so.4 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
</body>
</html>