DdsiTouchPanelGetPoint (Windows CE 5.0)

Send Feedback

This function returns the most recently acquired point and its associated tip state information.

void DdsiTouchPanelGetPoint(TOUCH_PANEL_SAMPLE_FLAGSpTipState,PLONGpUnCalX,PLONGpUnCalY);

Parameters

  • pTipState
    [out] Pointer to where to return the tip state information in TOUCH_PANEL_SAMPLE_FLAGS.
  • pUnCalX
    [out] Pointer to where to return the x-coordinate.
  • pUnCalY
    [out] Pointer to where to return the y-coordinate.

Return Values

None.

Requirements

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

See Also

TOUCH_PANEL_SAMPLE_FLAGS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.