man:AbortPath(3w)

Z funus.net
AbortPath(3w)                      Wine API                      AbortPath(3w)



NAME
       AbortPath (GDI32.@)

SYNOPSIS
       BOOL AbortPath
        (
         HDC hdc
        )


DESCRIPTION
       Closes and discards paths from device context.


NOTES
       Check that SetLastError is being called correctly.


PARAMS
       hdc [In]  Handle to device context.



RETURNS
       Success: TRUE

       Failure: FALSE


IMPLEMENTATION
       Defined in "wingdi.h".

       Implemented in "dlls/gdi32/path.c".

       Debug channel "gdi".



Wine API                           Mar 2007                      AbortPath(3w)