Jump to content

PrfDestroyGroup: Difference between revisions

From EDM2
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
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
;HPROGRAM ''hprogGroup'' (input)
:The handle of the group to be removed
:The handle of the group to be removed



Revision as of 21:16, 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

Returns pass or fail status (BOOL).