DdsiTouchPanelSetMode

This function sets information about the touch screen device.

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 Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Tchddsi.h.
Link Library: Tchmdd.lib.

See Also

Touch Screen Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.