[Toc][Index]

MouSetPtrShape



typedef struct _PTRSHAPE {   /* moups */
  USHORT cb;                 /* total length necessary to build
                                  image */
  USHORT col;                /* # of columns in mouse shape */
  USHORT row;                /* number of rows in mouse shape */
  USHORT colHot;             /* column coordinate of pointer image
                                  hotspot */
  USHORT rowHot;             /* row coordinate of pointer image
                                  hotspot */
} PTRSHAPE;

#define INCL_MOU

USHORT  rc = MouSetPtrShape(PtrBuffer, PtrDefRec, DeviceHandle);

PBYTE            PtrBuffer;     /* Pointer shape buffer */
PPTRSHAPE        PtrDefRec;     /* Pointer definition record */
HMOU             DeviceHandle;  /* Mouse device handle */

USHORT           rc;            /* return code */


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs