The address of a structure, in application storage, where the application stores the data necessary for the pointer device driver to return information about the Row-by-Column image for each bit plane for the mode the display is currently running. See MouSetPtrShape for a further description of the contents of this structure.
typedef struct _PTRSHAPE { USHORT cb; /* Length of the pointer buffer. */ USHORT col; /* The number of columns in mouse shape. */ USHORT row; /* The number of rows in mouse shape. */ USHORT colHot; /* Pointer image hotspot. */ USHORT rowHot; /* Pointer image hotspot. */ } PTRSHAPE; typedef PTRSHAPE * PPTRSHAPE ;