Update 489937-WPF Touch and Stylus AccessViolation in GetPenEventMultiple.md
parent
ea843db49e
commit
e78dce0fdd
|
@ -1,10 +1,10 @@
|
||||||
## WPF Touch/Stylus Generates AccessViolations and Heap Corruption in GetPenEventMultiple
|
# WPF Touch/Stylus Generates AccessViolations and Heap Corruption in GetPenEventMultiple
|
||||||
|
|
||||||
### Symptoms
|
## Symptoms
|
||||||
On a touch or stylus-enabled machine, WPF applications may sometimes corrupt memory and crash in the internal function GetPenEventMultiple in the PenIMC2_v0400 DLL.
|
On a touch or stylus-enabled machine, WPF applications may sometimes corrupt memory and crash in the internal function GetPenEventMultiple in the PenIMC2_v0400 DLL.
|
||||||
|
|
||||||
### Cause
|
## Cause
|
||||||
This is due to the release of a COM object that is later used in the WPF touch stack.
|
This is due to the release of a COM object that is later used in the WPF touch stack.
|
||||||
|
|
||||||
### Resolution
|
## Resolution
|
||||||
This issue is fixed for all supported OS platforms prior to Windows 10 Fall Creators Update. The fix for Windows 10 Fall Creators Update is expected in a future servicing update.
|
This issue is fixed for all supported OS platforms prior to Windows 10 Fall Creators Update. The fix for Windows 10 Fall Creators Update is expected in a future servicing update.
|
Loading…
Reference in New Issue