Jump to content

PrfRemoveProgram: Difference between revisions

From EDM2
No edit summary
 
(2 intermediate revisions 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 ''hprog'' (input)
;''hprog'' (HPROGRAM) - input
:The handle of program being removed
:The handle of program being removed


==Returns==
==Returns==
Returns pass or fail status (BOOL).
;''bRC'' (BOOL) - return
Returns pass or fail status.


==Remarks==
==Remarks==

Latest revision as of 03:37, 25 November 2023

This function is used to remove the definition of a program from the program list.

Syntax

PrfRemoveProgram (HINI hini, HPROGRAM hprog)

Parameters

hini (HINI) - input
The initialization file handle
hprog (HPROGRAM) - input
The handle of program being removed

Returns

bRC (BOOL) - return

Returns pass or fail status.

Remarks

Removes a program definition from the installed program list.