Scroll to navigation

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

Declared in "gdi_private.h".
Implemented in "dlls/gdi32/path.c".
Debug channel "gdi".
Oct 2012 Wine API