UnregisterTouchWindow (user32)
Last changed: -83.227.69.127

.
Summary
UnregisterTouchWindow - Registers a window as no longer being touch-capable

C# Signature:

[DllImport("user32.dll", SetLastError=true)]
static extern bool UnregisterTouchWindow(IntPtr hWnd);

VB Signature:

Declare Function UnregisterTouchWindow Lib "user32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation