DdsiTouchPanelSetMode (Windows Embedded CE 6.0)
1/6/2010
This function sets information about the touch screen device.
Syntax
BOOL DdsiTouchPanelSetMode(
ULONG iIndex,
LPVOID lpInput
);
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 Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header | tchddsi.h |
Library | Tchmdd.lib |
Windows Embedded CE | Windows CE 1.0 and later |