Jump to content

PrfRemoveProgram

From EDM2
Revision as of 05:25, 17 November 2023 by Martini (talk | contribs) (Created page with "This function is used to remove the definition of a program from the program list. ==Syntax== PrfRemoveProgram (HINI hini, HPROGRAM hprog) ==Parameters== ;HINI :The initi...")
(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
The initialization file handle
H
PROGRAM The handle of program being removed

Returns

Returns pass or fail status (BOOL).

Remarks

Removes a program definition from the installed program list.