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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

CDBITMAPHEADER

#include <editods.h>

Header record for a Bitmap

C definition

typedef struct {
  LSIG  Header;  /* Signature and Length */
  RECTSIZE Dest;    /* dest bitmap height and width in PELS */
  RECTSIZE Crop;    /* crop destination dimensions (UNUSED) */
  WORD   Flags;  /* CDBITMAP_FLAGS (version 2 and later) */
  WORD   wReserved;  /* Reserved for future use */
  DWORD   lReserved;  /* Reserved for future use */
  WORD   Width;  /* Width of bitmap in PELS */
  WORD   Height;  /* Height "         " */
  WORD   BitsPerPixel;  /* Bits per PEL, must be 1,8 or 16 */
  WORD   SamplesPerPixel;  /* For 1 or 8 BPP, set to 1.
            For 16 BBP, set to 3 */

  WORD   BitsPerSample;  /* For 1 BPP, set to 1. For 8 BPP,
            set to 8. For 16 BPP, set to 5 */

  WORD   SegmentCount;  /* Number of CDBITMAPSEGMENTS */
  WORD   ColorCount;    /* Number of entries in
            CDCOLORTABLE. 0-256 */

  WORD   PatternCount;  /* Number of entries in CDPATTERNTABLE.
                    Set to 0 if using C API. */

} CDBITMAPHEADER;



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.