Jump to content

GpiAbortPath

From EDM2
Revision as of 03:45, 8 October 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is an undocumented function.

It is inferred to discard or cancel the definition of a currently active graphics path that is being built within a Presentation Space (PS). It is expected for GpiAbortPath to release the resources allocated by GpiBeginPath and the other path building functions.

Syntax

GpiAbortPath(hps)

Parameters

hps (HPS) - input
Presentation-space handle.

Returns

rc (BOOL) - returns
Success indicator.
  • TRUE Successful completion
  • FALSE Error occurred.

Related Functions