DdsiTouchPanelSetMode
This function sets information about the touch screen device.
Syntax
BOOL DdsiTouchPanelSetMode( ULONG iIndex, LPVOID lpInput );
Parameters
- iIndex
- Specifies the mode to set. One of the following:
- 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
- Pointer to the memory location( s ) where the update information resides. Points to the memory location( s ) where the queried information should be placed.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This function supports the implementation of the touch screen driver.