Jump to content

PrfDestroyGroup: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


==Parameters==
==Parameters==
;HINI ''hini'' (input)
;''hini'' (HINI) - input
:The initialization file handle
:The initialization file handle


;HPROGRAM ''hprogGroup'' (input)
;''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 (BOOL).
;''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.