[Toc][Index]

MouSetScaleFact



typedef struct _SCALEFACT {   /* mousc */
  USHORT rowScale;            /* row scaling factor */
  USHORT colScale;            /* column coordinate scaling factor */
} SCALEFACT;

#define INCL_MOU

USHORT  rc = MouSetScaleFact(ScaleStruct, DeviceHandle);

PSCALEFACT       ScaleStruct;   /* 2-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