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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

OLEOBJHTMLPARAM

#include <oleods.h>

HTML parameter entry.

C definition

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

  WORD wsDataFldLength;  /* Length of Data Field */
  WORD wsDataFmtsLength; /* Length of Data Formats */
  WORD wsDataSrcLength;  /* Length of Data Source */
  WORD wsNameLength;    /* Length of Name */
  WORD wsTypeLength;    /* Length of Type */
  WORD wsValueLength;   /* Length of Value */
  WORD wsValueTypeLength; /* Length of Value Type */
  WORD wReserved1;     /* Unused, must be 0 */
  WORD wReserved2;     /* Unused, must be 0 */
/*
  The variable length portions go here in the following order:
  Data Field - column name from the data source object
  Data Formats - indicates whether bound data is plain text or HTML
  Data Source - "#ID" of the data source object
  Name - name of this parameter
  Type - internal media type
  Value - value associated with parameter
  Value Type - type of value (data, ref, object)
*/

} OLEOBJHTMLPARAM;



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.