MouReadEventQue

MouReadEventQue

typedef struct _MOUEVENTINFO {  /* mouev */
  USHORT fs;                    /* State of mouse at time event was
                                      reported */
  ULONG  time;                  /* Time since boot in milliseconds */
  USHORT row;                   /* Absolute/relative row position */
  USHORT col;                   /* Absolute/relative column position */
}MOUEVENTINFO;

#define INCL_MOU

USHORT  rc = MouReadEventQue(Buffer, ReadType, DeviceHandle);

PMOUEVENTINFO    Buffer;        /* 10 byte Structure address */
PUSHORT          ReadType;      /* Read type */
HMOU             DeviceHandle;  /* Mouse device handle */

USHORT           rc;            /* return code */


[Back: MouOpen]
[Next: MouRegister]