Jump to content

PPOINTERINFO

From EDM2
Revision as of 17:45, 8 February 2020 by Martini (talk | contribs) (Created page with "Pointer information structure. ==Example Code== <PRE> typedef struct _PPOINTERINFO { USHORT fPointer; SHORT xHotspot; SHORT yHotspot; HBITMAP hbm...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Pointer information structure.

Example Code

typedef struct _PPOINTERINFO {
  USHORT      fPointer;
  SHORT       xHotspot;
  SHORT       yHotspot;
  HBITMAP     hbmPointer;
  HBITMAP     hbmColor;
} PPOINTERINFO;

typedef PPOINTERINFO *PPOINTERINFO;