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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

EVENT_DATA

#include <event.h>

Data structure used by the event handling routines.

C definition

typedef struct   {
    DWORD Links[3];      /* Reserved - used to link this struct onto queues */
    char OriginatingServerName[MAXUSERNAME]; /* Server name (only if event relayed to another server) */
    WORD Version;      /* EVENT_VERSION */
    WORD ErrorCode;      /* Error code (any values) associated with this event */
    WORD AdditionalErrorCode;  /* Additional Error code (any values) associated with this event */
    WORD AddinNameLength;    /* Length of AddinName at end of structure */
    WORD Type;        /* EVT_xxx */
    WORD Severity;      /* SEV_xxx */
    TIMEDATE EventTime;    /* Time/date event was generated */
    WORD FormatSpecifier;    /* FMT_xxx (format of event data which follows) */
    WORD EventDataLength;    /* Length of event data which follows */
    BYTE EventSpecificData;    /* (First byte of) Event Data which follows... */
              /* (AddinName string follows...) */
  } EVENT_DATA;



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.