Share via


PFN_SETTOUCHRECOGNIZERTIMER (Compact 2013)

3/28/2014

This function type sets the timer for the touch recognizer.

Syntax

typedef HRESULT (*PFN_SETTOUCHRECOGNIZERTIMER)(
    DWORD* pdwTimerId,
   DWORD dwElapse,
   TIMERPROC pfnTimerProc
);

Parameters

  • pdwTimerId
    Pointer to the timer identifier.
  • dwElapse
    Elapsed time in milliseconds.
  • pfnTimerProc
    Pointer to the timer callback procedure.

Return Value

Returns an HRESULT that indicates success or failure.

Requirements

Header

touchgesture.h

See Also

Reference

Gesture Functions
Touch Reference