Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Destroys the specified Interaction Context object.
Syntax
HRESULT DestroyInteractionContext(
  [in] HINTERACTIONCONTEXT interactionContext
);
Parameters
[in] interactionContext
The handle of the interaction context.
Return value
If this function succeeds, it returns S_OK.
Otherwise, it returns an HRESULT error code.
Remarks
DestroyInteractionContext must be called to destroy any interaction context created by CreateInteractionContext function.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] | 
| Minimum supported server | None supported | 
| Target Platform | Windows | 
| Header | interactioncontext.h | 
| Library | Ninput.lib | 
| DLL | Ninput.dll |