GetInteractionConfigurationInteractionContext-Funktion (interactioncontext.h)
Ruft den Konfigurationsstatus der Interaktion für das Interaction Context-Objekt ab.
Syntax
HRESULT GetInteractionConfigurationInteractionContext(
[in] HINTERACTIONCONTEXT interactionContext,
[in] UINT32 configurationCount,
[out] INTERACTION_CONTEXT_CONFIGURATION *configuration
);
Parameter
[in] interactionContext
Zeiger auf ein Handle für den Interaktionskontext.
[in] configurationCount
Anzahl der Interaktionskonfigurationen.
[out] configuration
Die für dieses Interaktionskontextobjekt aktivierten Interaktionen.
Rückgabewert
Wenn diese Funktion erfolgreich ist, wird S_OK zurückgegeben.
Andernfalls wird ein HRESULT-Fehlercode zurückgegeben.
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 |
Bibliothek | Ninput.lib |
DLL | Ninput.dll |