GpiAbortPath: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
This is an '''undocumented''' function. | 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 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== | ==Related Functions== |
Latest revision as of 03:45, 8 October 2025
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.