PrfChangeProgram: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
==Parameters== | ==Parameters== | ||
; | ;''hini'' (HINI) - input | ||
:The initialization file handle | :The initialization file handle | ||
; | ;''hprog'' (HPROGRAM) - input | ||
:The handle of the program whose information is to be changed | :The handle of the program whose information is to be changed | ||
; | ;''pDetails'' (PPROGDETAILS) - input | ||
:Detail information for the program change | :Detail information for the program change | ||
==Returns== | ==Returns== | ||
; | ;''bRC'' (BOOL) - return | ||
:Returns pass or fail status. | :Returns pass or fail status. | ||
[[Category:Prf]] | [[Category:Prf]] |
Revision as of 02:43, 25 November 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.