[Toc][Index]

MouGetPtrPos



typedef struct _PTRLOC {    /* moupl */
  USHORT row;               /* pointer row coordinate screen
                                 position */
  USHORT col;               /* pointer column coordinate screen
                                 position */
} PTRLOC;

#define INCL_MOU

USHORT  rc = MouGetPtrPos(PtrPos, DeviceHandle);

PPTRLOC          PtrPos;        /* Double word structure */
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