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..." |
No edit summary |
||
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== |
Revision as of 04:52, 17 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
- The initialization file handle
- PPROGDETAILS
- Detail information for program to be added
- HPROGRAM
- The handle of the group to which the program will be added
Returns
Failure returns null; otherwise, handle (HPROGRAM) is returned.