Skip to content

CDHTMLEND

Data Type : Rich Text
CDHTMLEND - End of pass-through HTML text.

#include <editods.h>

Definition :

typedef struct {
   WSIG Header;
   BYTE Spares[4];
} CDHTMLEND;

Description :

Text in a rich-text field can have the "Pass-Thru HTML" attribute. Pass-through HTML text is not translated to the Domino rich text format. Pass-through HTML text is marked by CDHTMLBEGIN and CDHTMLEND records.



    The fields in this structure are:
      Header Identifies this as a CDHTMLEND record.
      Spares Reserved; must be 0.

See Also : CDHTMLBEGIN