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". source.winehq.org/source/dlls/gdi32/path.c

Debug channel "gdi".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.