Jump to content

POINTERINFO

From EDM2
Revision as of 07:41, 21 February 2020 by Ak120 (talk | contribs) (Created page with "Pointer-information structure. typedef struct _POINTERINFO { ULONG fPointer; Bit-map size indicator.: LONG xHotSpot; /* X-coordinate ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Pointer-information structure.

typedef struct _POINTERINFO {
  ULONG       fPointer;        /*  Bit-map size indicator. */
  LONG        xHotSpot;        /*  X-coordinate of action point. */
  LONG        yHotSpot;        /*  Y-coordinate of action point. */
  HBITMAP     hbmPointer;      /*  Bit-map handle of pointer. */
  HBITMAP     hbmColor;        /*  Bit-map handle of color bit map. */
  HBITMAP     hbmMiniPointer;  /*  Bit-map handle of a pointer to a mini bit map. */
  HBITMAP     hbmMiniColor;    /*  Bit-map handle of mini color bit map. */
} POINTERINFO;

PPOINTERINFO

Pointer information structure.

typedef PPOINTERINFO *PPOINTERINFO;