PrfChangeProgram: Difference between revisions
Appearance
No edit summary |
|||
Line 14: | Line 14: | ||
==Returns== | ==Returns== | ||
Returns pass or fail status | ;BOOL rc (return) | ||
:Returns pass or fail status. | |||
[[Category:Prf]] | [[Category:Prf]] |
Revision as of 21:29, 21 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
- HPROGRAM hprog (input)
- The handle of the program whose information is to be changed
- PPROGDETAILS pDetails (input)
- Detail information for the program change
Returns
- BOOL rc (return)
- Returns pass or fail status.