Jump to content

PrfRemoveProgram: Difference between revisions

From EDM2
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..."
 
Line 8: Line 8:
:The initialization file handle
:The initialization file handle


;H
;HPROGRAM
:PROGRAM The handle of program being removed
:The handle of program being removed


==Returns==
==Returns==

Revision as of 05:28, 17 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
The initialization file handle
HPROGRAM
The handle of program being removed

Returns

Returns pass or fail status (BOOL).

Remarks

Removes a program definition from the installed program list.