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;
typedef POINTERINFO * PPOINTERINFO ;