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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

CDAREAELEMENT

#include <editods.h>

Structure defining an HTML AREA element.

C definition

typedef struct {
  WSIG Header;
  DWORD Flags;     /* reserved for future use */
  WORD Shape;     /* one of AREA_SHAPE_xxx */
  WORD TabIndex;
  WORD AccessKey;
  BYTE Reserved[16];

/* variable length items follow:
* If Shape == rect
*  CDRECT
* else if Shape == circle
*  NOTE: points for the rect the circle is drawn in CDRECT
* else if Shape == polygon
*   WORD numPts
*   CDPOINT 1
*   CDPOINT 2
*   ...
*   CDPOINT n
* else if Shape == default
*  No points
*/

} CDAREAELEMENT;



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.