Pointer information structure.
typedef struct _PPOINTERINFO { USHORT fPointer; SHORT xHotspot; SHORT yHotspot; HBITMAP hbmPointer; HBITMAP hbmColor; } PPOINTERINFO; typedef PPOINTERINFO * PPOINTERINFO ;