CancelDC (gdi32)
Last changed: anonymous

.
Summary
Cancels any pending operation on the specified device context.

C# Signature:

[DllImport("gdi32.dll")]
static extern bool CancelDC(IntPtr hdc);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
CancelDC on MSDN