Jump to content

PrfRemoveProgram: Difference between revisions

From EDM2
Line 12: Line 12:


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



Revision as of 21:35, 21 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
HPROGRAM hprog (input)
The handle of program being removed

Returns

BOOL bRC (return)

Returns pass or fail status.

Remarks

Removes a program definition from the installed program list.