Mouse pointer position.

typedef struct _PTRLOC {
  ULONG     row;  /*  Pointer to the row screen position. */
  ULONG     col;  /*  Pointer to the column screen position. */
} PTRLOC;

typedef   PTRLOC   * PPTRLOC ;


[Back] [Next]