PrfAddProgram: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
PrfAddProgram (HINI hini, PPROGDETAILS pDetails, HPROGRAM hprogGroup) | PrfAddProgram (HINI ''hini'', PPROGDETAILS ''pDetails'', HPROGRAM ''hprogGroup'') | ||
==Parameters== | ==Parameters== | ||
;HINI | ;HINI ''hini'' (input) | ||
:The initialization file handle | :The initialization file handle | ||
;PPROGDETAILS | ;PPROGDETAILS ''pDetails'' (input) | ||
:Detail information for program to be added | :Detail information for program to be added | ||
;HPROGRAM | ;HPROGRAM ''hprogGroup'' (input) | ||
:The handle of the group to which the program will be added | :The handle of the group to which the program will be added | ||
Revision as of 21:13, 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
Failure returns null; otherwise, handle (HPROGRAM) is returned.