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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

SCHED_ENTRY_EXT

#include <nsfdata.h>

Scheduling busy time entry extended

C definition

typedef struct {
   UNID        Unid;     /* UNID of the entry */
   TIMEDATE_PAIR  Interval;  /* Interval of the entry */
   BYTE        Attr;     /* SCHED_ATTR_xxx attributes defined by Notes */
   BYTE        UserAttr;  /* Application specific attributes */
   BYTE        spare[2];
  
   /* Everything above this point is the same as SCHED_ENTRY for preR6 clients!
   ** Everything from here on down is R6 (or later) only!
   */


   UNID        ApptUnid;  /* ApptUNID of the entry */
   DWORD       dwEntrySize;/* Size of this entry (for future ease of expansion) */
   GEO_INFO     GEOInfo;   /* Geographical coordinates of the entry */
} SCHED_ENTRY_EXT;



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.


LotusScript

Definition(s)