Jump to content

GpiAbortPath

From EDM2

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