INTERACTION_CONTEXT_OUTPUT_CALLBACK Rückruffunktion (interactioncontext.h)
Rückruf, der Ereignisse von einem Interaction Context-Objekt empfängt.
Syntax
INTERACTION_CONTEXT_OUTPUT_CALLBACK InteractionContextOutputCallback;
void InteractionContextOutputCallback(
[in, optional] void *clientData,
[in] const INTERACTION_CONTEXT_OUTPUT *output
)
{...}
Parameter
[in, optional] clientData
Ein Zeiger auf ein Objekt, das Informationen zum Client enthält. Der Wert verweist in der Regel auf das Objekt, für das die Memberfunktion aufgerufen wird.
[in] output
Ausgabe des Interaction Context-Objekts .
Rückgabewert
Keine
Anforderungen
Unterstützte Mindestversion (Client) | Windows 8 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | interactioncontext.h |