Closes and discards any paths in the specified device context
#include <WinAPIGdi.au3>
_WinAPI_AbortPath ( $hDC )
| $hDC | Handle to the device context from which a path will be discarded. |
| Success: | True |
| Failure: | False |
Search AbortPath in MSDN Library.