table of contents
other versions
- wheezy 1.4.1-4
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: FALSEIMPLEMENTATION¶
Declared in "gdi_private.h". Implemented in "dlls/gdi32/path.c". Debug channel "gdi".Oct 2012 | Wine API |