LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

SCHED_DETAIL_ENTRY

#include <nsfdata.h>

Schedule detail list entry.

C definition

typedef struct {
   WORD     wPrefixLen;   /* Length of THIS prefix entry, in case it
                     ** ever grows, so that new items can be
                     ** easily skipped
                     */

   WORD     wEntryLen;    /* Length of THIS entire entry and ALL of
                     ** its related data.
                     */

   UNID     Unid;       /* UNID of the entry this is details of */
   WORD     wOffsetDetails; /* Offset from entry start to actual data */
   BYTE     Attr;       /* SCHED_DETAIL_ENTRY_ATTR_xxx attributes (TBD) */
   BYTE     bReserved;    /* Reserved space/padding for ODS */

   /* Now comes the data that corresponds to the item values (1 per item name)
   ** UNLESS dwEntryLen == wPrefixLen (which means NO details available
   ** for this UNID)
   */

} SCHED_DETAIL_ENTRY;



User: Password:

This website contains material that complements "LotusScript to Lotus C API Programming Guide". Some parts of it including posting of comments and discussion items are available only to authenticated readers of the book. Enter your username and password to authenticate.

You should have cookies and JavaScript enabled for the authentication to work..

You should have received your username and password by email to the address you provided during the purchase of the book. In case you failed to receive it or you have any problems loging in let me know about it.