CDHTMLFORMULA
Data Type : Rich Text
CDHTMLFORMULA - Formula for attributes or alternate HTML text.
#include <editods.h>
Definition :
typedef struct {
WSIG Header; /* Tag and length */
DWORD dwFlags; /* Flags - denote what kind of formula this is */
BYTE cbLevel; /* */
BYTE cbReserved; /* Reserved for future use. */
WORD Reserved; /* Reserved for future use */
/* The formula follows... */
} CDHTMLFORMULA;
Description :
A CDHTMLFORMULA record contains a formula used to generate either an attribute or alternate HTML text for a Java applet. The fields in this structure are:
- Header Identifies this as a CDHTMLFORMULA record.
dwFlags Flags for this record; see CDHTMLFORMULA_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