IManipulationProcessor::CompleteManipulation Method

The CompleteManipulation method is called when the developer chooses to end the manipulation.

Syntax

HRESULT CompleteManipulation();

Parameter

Methode umfasst keine Parameter.

Rückgabewert

Returns S_OK on success, otherwise returns an error code such as E_FAIL.

Hinweise

This method raises the ManipulationCompleted() event in response.

During a Windows Touch gesture, manipulation gets started as soon as first touch input is sent for processing. If CompleteManipulation is called before the second touch input gets a chance to be processed, the second touch input will start a new manipulation.

Anforderungen

Mindestens unterstützter Client

Windows 7

Mindestens unterstützter Server

Windows Server 2008 R2

Header

Manipulations.h (include Manipulations_i.c)

Siehe auch

IManipulationProcessor

Methods