Returns the current threshold values.

#define INCL_MOU
#include <os2.h>

PTHRESHOLD    Threshold;     /*  Pointer threshold structure. */
HMOU          DeviceHandle;  /*  Reserved.  Must be 0. */
APIRET        rc;            /*  Return code. */

rc = MouGetThreshold(Threshold, DeviceHandle);


[Back] [Next]