PrfRemoveProgram: Difference between revisions
Appearance
No edit summary |
|||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
; | ;''hini'' (HINI) - input | ||
:The initialization file handle | :The initialization file handle | ||
; | ;''hprog'' (HPROGRAM) - input | ||
:The handle of program being removed | :The handle of program being removed | ||
==Returns== | ==Returns== | ||
; | ;''bRC'' (BOOL) - return | ||
Returns pass or fail status. | Returns pass or fail status. | ||
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.