PrfAddProgram: Difference between revisions
Appearance
No edit summary |
|||
Line 15: | Line 15: | ||
==Returns== | ==Returns== | ||
;HPROGRAM (return) | ;HPROGRAM rc (return) | ||
:Failure returns null; otherwise, handle (HPROGRAM) is returned. | :Failure returns null; otherwise, handle (HPROGRAM) is returned. | ||
[[Category:Prf]] | [[Category:Prf]] |
Revision as of 21:32, 21 November 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
- PPROGDETAILS pDetails (input)
- Detail information for program to be added
- HPROGRAM hprogGroup (input)
- The handle of the group to which the program will be added
Returns
- HPROGRAM rc (return)
- Failure returns null; otherwise, handle (HPROGRAM) is returned.