Partager via


Méthode IInertiaProcessor ::Complete (manipulations.h)

La méthode Complete termine la manipulation actuelle et arrête l’inertie sur le processeur d’inertie.

Syntaxe

HRESULT Complete();

Valeur de retour

Retourne S_OK en cas de réussite, sinon retourne un code d’erreur tel que E_FAIL.

Remarques

La méthode Complete déclenche l’événement ManipulationCompleted sur une implémentation d’interface _IManipulationEvents .

Exemples


    // set properties on the IInertiaProcessor interface
    this->m_spIInertProc->put_DesiredRotation(spin);    
	 
    // complete any unprocessed inertia
    this->m_spIInertProc->Complete();
	 
    // reset the processor
    this->m_spIInertProc->Reset();		  
	 
    // If you have implemented a timer that handles inertia processing,
    // this should be started as well and the processor will raise
    // Manipulation* events
		  

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau uniquement]
Plateforme cible Windows
En-tête manipulations.h (inclure Manipulations.h)

Voir aussi

CompleteTime

IInertiaProcessor

Méthodes