PTRLOC

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: PTRDRAWFUNCTION Field - pchDataSeg]
[Next: PTRLOC Field - row]