POINTERINFO: Difference between revisions
Appearance
Created page with "Pointer-information structure. typedef struct _POINTERINFO { ULONG fPointer; →Bit-map size indicator.: LONG xHotSpot; /* X-coordinate ..." |
(No difference)
|
Latest revision as of 07:41, 21 February 2020
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;