GpiAbortPath: Difference between revisions
Appearance
Created page with "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). Category:GPI Category:Undocumented" |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
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. | |||
[[Category: | ==Returns== | ||
;rc ([[BOOL]]) - returns:Success indicator. | |||
:*TRUE Successful completion | |||
:*FALSE Error occurred. | |||
==Related Functions== | |||
* [[GpiBeginPath]] | |||
* [[GpiEndPath]] | |||
[[Category:Gpi]] | |||
[[Category:Undocumented]] | [[Category:Undocumented]] |
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.