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 "gdi_private.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/path.c".
- Debug channel "gdi".