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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

CDALTERNATEBEGIN

#include <editods.h>

Start of alternate display records.

C definition

typedef struct {
  WSIG Header;      /* Signature and length of this record */
  WORD Type;       /* Type of active object this is an
                     alternate for */

  DWORD SequenceNumber; /* ID/Sequence number should match what's
                   in some ACTIVEOBJECT in the doc */

  DWORD Flags;       /* Unused; must be 0 */
  WORD DataLength;   /* Unused; must be 0 */
/* Data Follows. */
} CDALTERNATEBEGIN;