PrfChangeProgram: Difference between revisions
Appearance
Created page with "This function is used to change the contents of a program entry in the program list ==Syntax== PrfChangeProgram (HINI hini, HPROGRAM hprog, PPROGDETAILS pDetails); ==Paramet..." |
mNo edit summary |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This function is used to change the contents of a program entry in the program list | This function is used to change the contents of a program entry in the program list | ||
==Syntax== | ==Syntax== | ||
PrfChangeProgram (HINI hini, HPROGRAM hprog, PPROGDETAILS pDetails) | PrfChangeProgram (HINI ''hini'', HPROGRAM ''hprog'', PPROGDETAILS ''pDetails'') | ||
==Parameters== | ==Parameters== | ||
;HINI | ;''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 | ||
;''pDetails'' (PPROGDETAILS) - input:Detail information for the program change | |||
;HPROGRAM | |||
:The handle of the program whose information is to be changed | |||
;PPROGDETAILS | |||
:Detail information for the program change | |||
==Returns== | ==Returns== | ||
Returns pass or fail status | ;''bRC'' ([[BOOL]]) - return:Returns pass or fail status. | ||
[[Category:Prf]] | [[Category:Prf]] |
Latest revision as of 21:14, 29 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.