Skip to content

CDSRC

Data Type : Rich Text
CDSRC - Text string used for SRC= within HTML tag.

#include <editods.h>

Definition :

typedef struct {
    WSIG Header;    /* Tag and length */
    WORD wLength;   /* text length */
    WORD Reserved1;   /* Reserved for future use */
    DWORD Reserved2;   /* Reserved for future use */
         /* The 8-bit text string follows... */
} CDSRC;

Description :

Text string used for SRC= within <IMG> HTML tag. The fields in this structure are:


      Header Identifies this as a CDSRC record.
      dwFlags Flags for this record; see CDSRC_FLAG_xxx.
      cbLevel
      cbReserved Reserved; must be 0.
      Reserved Reserved; must be 0.

    This record is followed by the actual formula.

See Also : CDHTMLFORMULA_FLAG_xxx