CDLSOBJECT
Data Type : Composite Data
CDLSOBJECT - Lotus Script object code
#include <editods.h>
Definition :
typedef struct {
     WSIG Header;
     DWORD   CodeSize; /* Total code size for multiple code segments, for 
R6 >64k */
   BYTE Reserved[4];
     /* Lotus Script object code follows */
} CDLSOBJECT;
Description :
The CD record contains Lotus Script object code. The fields in this record are:
- Header      Identifies this record as a CDLSOBJECT structure.
 
CodeSize Total code size for multiple code segments.
Reserved Reserved; must be 0.
See Also : CDHOTSPOTBEGIN CDLSOBJECT_R6