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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

OLEOBJHTMLDATA

#include <oleods.h>

OLE Object - HTML Data.

C definition

typedef struct {                
  WORD wLength;          /* Size of this structure including
                       both fixed and variable
                       sections */

  WORD wsURLBaseLength;     /* Length of Base URL */
  WORD wsURLCodeBaseLength;  /* Length of CodeBase URL */
  WORD wsMIMETypeCodeLength; /* Length of MIME CodeType */
  WORD wsURLDataLength;     /* Length of Data URL */
  WORD wsDataFldLength;     /* Length of Data Field name */
  WORD wsDataSrcLength;     /* Length of Data Source ID */
  DWORD dwFlags;          /* Flags */
  WORD wsLangLength;       /* Length of Language */
  WORD wsNameLength;       /* Length of Name */
  WORD wsMIMETypeDataLength; /* Length of MIME Type */
  WORD wcEvents;         /* Number of events */
  WORD wcParams;         /* Number of params */
  WORD wHeight;          /* Height of object */
  WORD wWidth;           /* Width of object */
  WORD wReserved1;        /* Unused, must be 0 */
  WORD wReserved2;        /* Unused, must be 0 */
  WORD wReserved3;        /* Unused, must be 0 */
  WORD wReserved4;        /* Unused, must be 0 */
  WORD wReserved5;        /* Unused, must be 0 */
  WORD wReserved6;        /* Unused, must be 0 */
/*
  The variable length portions go here in the following order:
  URLBase - Base URL
  CodeBase - URL that references where to find implementation of the object.
  CodeType - MIME type of the code referenced by CLSID
  Data - URL of the data to be loaded
  Data Field - column name from the data source object
  Data Source - "#ID" of the data source object
  Lang - ISO standard language abbreviation
  Name - variable name
  Type - MIME type of Data attribute.
  Events - array or list of events (OLEOBJHTMLEVENT structures)
  Params - array or list of params (OLEOBJHTMLPARAM structures)
*/

} OLEOBJHTMLDATA;



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.