PrfDestroyGroup: Difference between revisions
Appearance
No edit summary |
|||
Line 12: | Line 12: | ||
==Returns== | ==Returns== | ||
Returns pass or fail status | ;BOOL ''bRC'' (return) | ||
Returns pass or fail status. | |||
[[Category:Prf]] | [[Category:Prf]] |
Revision as of 21:33, 21 November 2023
This function is used to remove a group definition from the program list.
Syntax
PrfDestroyGroup (HINI hini, HPROGRAM hprogGroup)
Parameters
- HINI hini (input)
- The initialization file handle
- HPROGRAM hprogGroup (input)
- The handle of the group to be removed
Returns
- BOOL bRC (return)
Returns pass or fail status.