Share via


ISynchronizedInputProvider::Cancel Method

Cancels listening for input.

Syntax

HRESULT Cancel(VOID);

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

If the provider is currently listening for input, it should revert to normal operation.

See Also

ISynchronizedInputProvider