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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

MediaCallbackFlags

#include <nsfdb.h>

Media callback flags.

C definition

typedef enum {
  MediaCallback_NoteUpdate = 0x01,  /* Update of existing Note */
  MediaCallback_NoteInsert = 0x02,  /* Addition of new note */
  MediaCallback_NoteDelete = 0x04,  /* Delete of note */
  MediaCallback_CLR     = 0x08  /* Event is the undo of an action due to some failure */
} MediaCallbackFlags;

LotusScript

Definition(s)

Warning: Item uses callback(s) or is used by a callback; from LotusScript may be used in a limited way or may not be usable all.