Partager via


Fonction SetPropertyInteractionContext (interactioncontext.h)

Définit les propriétés de l’objet Contexte d’interaction .

Syntaxe

HRESULT SetPropertyInteractionContext(
  [in] HINTERACTIONCONTEXT          interactionContext,
  [in] INTERACTION_CONTEXT_PROPERTY contextProperty,
  [in] UINT32                       value
);

Paramètres

[in] interactionContext

Gérez l’objet Contexte d’interaction .

[in] contextProperty

Une des constantes identifiées par INTERACTION_CONTEXT_PROPERTY.

[in] value

Valeur de la constante identifiée par contextProperty.

Valeur retournée

Si cette fonction réussit, elle retourne S_OK.

Sinon, elle retourne un code d’erreur HRESULT.

Configuration requise

   
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Aucun pris en charge
Plateforme cible Windows
En-tête interactioncontext.h
Bibliothèque Ninput.lib
DLL Ninput.dll

Voir aussi

AddPointerInteractionContext

GetPropertyInteractionContext

HINTERACTIONCONTEXT

Fonctions de contexte d’interaction