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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

ACTIVEOBJECT

#include <editods.h>

Hotspot active object record.

C definition

typedef struct {
  WORD Version;       /* Version number */
  WORD ObjectType;     /* Type of active object */
  DWORD Flags;        /* Flags */
  BYTE WidthUnitType;   /* Currently only
                    ACTIVEOBJECT_UNIT_PIXELS and
                    ACTIVEOBJECT_UNIT_PERCENT supported */

  BYTE HeightUnitType;  /* Currently only
                    ACTIVEOBJECT_UNIT_PIXELS and
                    ACTIVEOBJECT_UNIT_PERCENT supported */

  DWORD Width;        /* Width of active object */
  DWORD Height;       /* Height of active object */
  WORD SpaceUnitType;   /* Currently not used */
  WORD HSpace;       /* Currently not used */
  WORD VSpace;       /* Currently not used */
  WORD DocURLNameLength;  /* Length of document URL string that follows */
  WORD CodebaseLength;  /* Length of codebase string that follows */
  WORD CodeLength;    /* Length of code string that follows */
  WORD ObjectNameLength;  /* Length of object name string that follows */
  WORD StorageLinkCount; /* Number of ACTIVEOBJECTSTORAGELINK
                    structures that follow */

  WORD ParamCount;     /* Number of ACTIVEOBJECTPARAM
                    structures that follow */

  BYTE Used[16];
/* Variable length data (strings not null-terminated) follows here:
- Document URL string
- Codebase string
- Code string (SRC info for plugins)
- Object name (for Java applets)
- ACTIVEOBJECTPARAM info (should be ParamCount number of these -
  Plugin ATTRIBUTE info should be here).
- ACTIVEOBJECTSTORAGELINK info (should be StorageLinkCount number
  of these). */

} ACTIVEOBJECT;



User: Password:

This website contains material that complements "LotusScript to Lotus C API Programming Guide". Some parts of it including posting of comments and discussion items are available only to authenticated readers of the book. Enter your username and password to authenticate.

You should have cookies and JavaScript enabled for the authentication to work..

You should have received your username and password by email to the address you provided during the purchase of the book. In case you failed to receive it or you have any problems loging in let me know about it.