Jump to content

PrfChangeProgram: Difference between revisions

From EDM2
Line 14: Line 14:


==Returns==
==Returns==
;''bRC'' (BOOL) - return
;''bRC'' ([[BOOL]]) - return
:Returns pass or fail status.
:Returns pass or fail status.


[[Category:Prf]]
[[Category:Prf]]

Revision as of 23:51, 10 December 2023

This function is used to change the contents of a program entry in the program list

Syntax

PrfChangeProgram (HINI hini, HPROGRAM hprog, PPROGDETAILS pDetails);

Parameters

hini (HINI) - input
The initialization file handle
hprog (HPROGRAM) - input
The handle of the program whose information is to be changed
pDetails (PPROGDETAILS) - input
Detail information for the program change

Returns

bRC (BOOL) - return
Returns pass or fail status.