Partager via


INTERACTION_CONTEXT_OUTPUT_CALLBACK fonction de rappel (interactioncontext.h)

Rappel qui reçoit des événements à partir d’un objet Contexte d’interaction .

Syntaxe

INTERACTION_CONTEXT_OUTPUT_CALLBACK InteractionContextOutputCallback;

void InteractionContextOutputCallback(
  [in, optional] void *clientData,
  [in]           const INTERACTION_CONTEXT_OUTPUT *output
)
{...}

Paramètres

[in, optional] clientData

Pointeur vers un objet qui contient des informations sur le client. La valeur pointe généralement vers l’objet pour lequel la fonction membre est appelée.

[in] output

Sortie de l’objet Contexte d’interaction .

Valeur de retour

None

Spécifications

   
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau uniquement]
Plateforme cible Windows
En-tête interactioncontext.h

Voir aussi

INTERACTION_CONTEXT_OUTPUT

Informations de référence sur le contexte d’interaction

RegisterOutputCallbackInteractionContext