AbortPath.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "gdi".