DdsiTouchPanelSetMode (Windows CE 5.0)
This function sets information about the touch screen device.
BOOL DdsiTouchPanelSetMode(ULONGiIndex,LPVOIDlpInput);
Parameters
- iIndex
[in] Mode to set. The following table shows the modes you can set.Value Description TPSM_SAMPLERATE_HIGH_ID Sets the sample rate to the high rate. TPSM_SAMPLERATE_LOW_ID Sets the sample rate to the low rate. - lpInput
[out] Pointer to one or more memory locations where the update information resides. Points to one or more memory locations to place the queried information.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Tchddsi.h.
Link Library: Tchmdd.lib.
Send Feedback on this topic to the authors