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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

EPBCONTEXT

#include <editfax.h>

Data structure used by the EditorPrintNoteToBitmap Editfax API.

C definition

typedef struct {
  EPBPROC Proc;      /* Callback procedure */
  HPAINT  hPaint;     /* hPS that the bitmap can be selected
                   into */

  HBITMAP hBitmap;    /* Bitmap to paint into */
  RECTSIZE BitmapSize;  /* Size of the bitmap */
  RECT   PaintRect;   /* Rectangle within the bitmap into which
                   to paint */

  WORD   cxPaperTwips; /* Width of the paper, in TWIPS */
  WORD   cyPaperTwips; /* Height of the paper, in TWIPS */
} EPBCONTEXT;

LotusScript

Definition(s)

Warning: Item uses callback(s) or is used by a callback; from LotusScript may be used in a limited way or may not be usable all.