Jump to content

PrfRemoveProgram

From EDM2
Revision as of 03:37, 25 November 2023 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.