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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

DARRAY

#include <darray.h>

Dynamic array header structure.

C definition

typedef struct {
   WORD ObjectSize;         /* Total array object size */
   WORD ElementsUsed;       /* Elements in use */
   WORD ElementsFree;       /* Free elements */
   WORD ElementsFreeMax;     /* Maximum free elements */
   WORD ElementsFreeExtra;    /* Extra free elements to maintain */
   WORD ElementSize;        /* Element size in bytes */
   WORD ElementStrings;      /* Number packed string descriptors
                        in each element */

   WORD StringStorageOffset;   /* Offset to packed string storage */
   WORD StringStorageUsed;    /* In use bytes of string storage */
   WORD StringStorageFree;    /* Free bytes of string storage */
   WORD StringStorageFreeMax;  /* Maximum free storage */
   WORD StringStorageFreeExtra; /* Extra free storage to maintain */

/* First array element follows here. First byte of packed string
/* storage follows last allocated array element. */


} DARRAY;



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.