PrfDestroyGroup: Difference between revisions
Appearance
Created page with "This function is used to remove a group definition from the program list. ==Syntax== PrfDestroyGroup (HINI hini, HPROGRAM hprogGroup) ==Parameters== ;HINI :The initializat..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
PrfDestroyGroup (HINI hini, HPROGRAM hprogGroup) | PrfDestroyGroup (HINI ''hini'', HPROGRAM ''hprogGroup'') | ||
==Parameters== | ==Parameters== | ||
;HINI | ;''hini'' (HINI) - input | ||
:The initialization file handle | :The initialization file handle | ||
;HPROGRAM | ;''hprogGroup'' (HPROGRAM) - input | ||
:The handle of the group to be removed | :The handle of the group to be removed | ||
==Returns== | ==Returns== | ||
Returns pass or fail status | ;''bRC'' (BOOL) - return | ||
Returns pass or fail status. | |||
[[Category:Prf]] | [[Category:Prf]] |
Latest revision as of 02:45, 25 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
- hprogGroup (HPROGRAM) - input
- The handle of the group to be removed
Returns
- bRC (BOOL) - return
Returns pass or fail status.