PrfAddProgram: Difference between revisions
Appearance
Created page with "This function is used to add a program entry to a group in the program list. ==Parameters== ;HINI :The initialization file handle ;PPROGDETAILS :Detail information for p..." |
mNo edit summary |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This function is used to add a program entry to a group in the program list. | This function is used to add a program entry to a group in the program list. | ||
==Syntax== | |||
PrfAddProgram (HINI ''hini'', PPROGDETAILS ''pDetails'', HPROGRAM ''hprogGroup'') | |||
==Parameters== | ==Parameters== | ||
;HINI | ;''hini'' ([[HINI]]) - input:The initialization file handle | ||
:The initialization file handle | ;''pDetails'' (PPROGDETAILS) - input:Detail information for program to be added | ||
;''hprogGroup'' ([[HPROGRAM]]) - input:The handle of the group to which the program will be added | |||
;PPROGDETAILS | |||
:Detail information for program to be added | |||
;HPROGRAM | |||
:The handle of the group to which the program will be added | |||
==Returns== | ==Returns== | ||
Failure returns null; otherwise, handle (HPROGRAM) is returned. | ;''rc'' (HPROGRAM) - return:Failure returns null; otherwise, handle (HPROGRAM) is returned. | ||
[[Category:Prf]] | [[Category:Prf]] |
Latest revision as of 21:13, 29 December 2023
This function is used to add a program entry to a group in the program list.
Syntax
PrfAddProgram (HINI hini, PPROGDETAILS pDetails, HPROGRAM hprogGroup)
Parameters
- hini (HINI) - input
- The initialization file handle
- pDetails (PPROGDETAILS) - input
- Detail information for program to be added
- hprogGroup (HPROGRAM) - input
- The handle of the group to which the program will be added
Returns
- rc (HPROGRAM) - return
- Failure returns null; otherwise, handle (HPROGRAM) is returned.